[Mlir-commits] [mlir] Update MLIR conversion to LLVMFunc to account better for properties (PR #67406)
Tobias Gysi
llvmlistbot at llvm.org
Mon Oct 9 00:41:23 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"
----------------
gysit wrote:
Ah, I did miss there was another check prefix...
https://github.com/llvm/llvm-project/pull/67406
More information about the Mlir-commits
mailing list