Skip to content

Commit 775b7a5

Browse files
committed
[CIR] Implement codegen for inline assembly with output operands
1 parent 5328c79 commit 775b7a5

File tree

6 files changed

+468
-9
lines changed

6 files changed

+468
-9
lines changed

clang/include/clang/CIR/MissingFeatures.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,10 @@ struct MissingFeatures {
179179
static bool asmGoto() { return false; }
180180
static bool asmInputOperands() { return false; }
181181
static bool asmLabelAttr() { return false; }
182+
static bool asmLLVMAssume() { return false; }
182183
static bool asmMemoryEffects() { return false; }
183-
static bool asmOutputOperands() { return false; }
184184
static bool asmUnwindClobber() { return false; }
185+
static bool asmVectorType() { return false; }
185186
static bool assignMemcpyizer() { return false; }
186187
static bool astVarDeclInterface() { return false; }
187188
static bool attributeBuiltin() { return false; }

0 commit comments

Comments
 (0)