[Mlir-commits] [mlir] Update MLIR conversion to LLVMFunc to account better for properties (PR #67406)

Mehdi Amini llvmlistbot at llvm.org
Mon Oct 9 00:40:10 PDT 2023


================
@@ -40,6 +40,7 @@ module {
       arg_attrs = [{llvm.noalias}, {}], xxx = {yyy = 42}} : () -> ()
 
   // CHECK: llvm.func @roundtrip1()
+  // CHECK-GENERIC: "llvm.func"{{.*}}@roundtrip1{{.*}}visibility = "private"
----------------
joker-eph wrote:

Reverted, CHECK-GENERIC isn't a prefix that is checked, this line was ignored :)
(it was something I was trying earlier on)

https://github.com/llvm/llvm-project/pull/67406


More information about the Mlir-commits mailing list