[Mlir-commits] [mlir] [mlir][LLVMIR] Add operand bundle support for llvm.intr.assume (PR #112143)
Tobias Gysi
llvmlistbot at llvm.org
Mon Oct 14 01:26:21 PDT 2024
================
@@ -836,3 +836,30 @@ llvm.func @test_call_intrin_with_opbundle(%arg0 : !llvm.ptr) {
llvm.call_intrinsic "llvm.assume"(%0) ["align"(%arg0, %1 : !llvm.ptr, i32)] : (i1) -> ()
llvm.return
}
+
+// CHECK-LABEL: @test_assume_intr
----------------
gysit wrote:
```suggestion
// CHECK-LABEL: @test_assume_intr_no_opbundle
```
Let's use to full function name here and below
https://github.com/llvm/llvm-project/pull/112143
More information about the Mlir-commits
mailing list