Skip to content

Commit 9f22aac

Browse files
Fix build failure from llvm/llvm-project@8957e64a20fc
Signed-off-by: Whitney Tsang <[email protected]>
1 parent e836f2f commit 9f22aac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/intel/lib/TritonIntelGPUToLLVM/XeAsmFormat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ mlir::Value XeBuilder::launch(OpBuilder &rewriter, Location loc, Type resTy,
104104
getConstraints(), // constraints
105105
hasSideEffect, // has_side_effects
106106
isAlignStack, // is_align_stack
107+
LLVM::TailCallKind::None,
107108
LLVM::AsmDialectAttr::get(ctx,
108109
LLVM::AsmDialect::AD_ATT), // asm_dialect
109110
ArrayAttr::get(ctx, attrs) // operand_attrs

0 commit comments

Comments
 (0)