Skip to content

Commit a2b592f

Browse files
karupayunchsigg
authored andcommitted
[BACKEND] Update LLVM version to llvm/llvm-project@7f7f4fe (triton-lang#4578)
1 parent ebb5452 commit a2b592f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1115dee248e68a155001ac3712a189299d104863
1+
7f7f4feaf07dd3bb4b22d0c25d34b6c99c753aa2

python/src/ir.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ void init_triton_ir(py::module &&m) {
225225
math::MathDialect, arith::ArithDialect, index::IndexDialect,
226226
scf::SCFDialect, ::mlir::gpu::GPUDialect,
227227
cf::ControlFlowDialect, LLVM::LLVMDialect>();
228+
mlir::LLVM::registerInlinerInterface(registry);
228229
registerBuiltinDialectTranslation(registry);
229230
registerLLVMDialectTranslation(registry);
230231
mlir::LLVM::registerInlinerInterface(registry);

0 commit comments

Comments
 (0)