Skip to content

Commit 53257ac

Browse files
committed
[CIR] Implement codegen for inline assembly with output operands
1 parent d0dc379 commit 53257ac

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
@@ -178,9 +178,10 @@ struct MissingFeatures {
178178
static bool asmGoto() { return false; }
179179
static bool asmInputOperands() { return false; }
180180
static bool asmLabelAttr() { return false; }
181+
static bool asmLLVMAssume() { return false; }
181182
static bool asmMemoryEffects() { return false; }
182-
static bool asmOutputOperands() { return false; }
183183
static bool asmUnwindClobber() { return false; }
184+
static bool asmVectorType() { return false; }
184185
static bool assignMemcpyizer() { return false; }
185186
static bool astVarDeclInterface() { return false; }
186187
static bool attributeBuiltin() { return false; }

0 commit comments

Comments
 (0)