[Mlir-commits] [mlir] [MLIR][LLVM] Add ProfileSummary module flag support (PR #138070)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Fri May 2 13:01:10 PDT 2025


================
@@ -18,14 +18,6 @@
 ; CHECK-SAME: #llvm.mlir.module_flag<max, "frame-pointer", 1 : i32>,
 ; CHECK-SAME: #llvm.mlir.module_flag<override, "probe-stack", "inline-asm">]
 
-; // -----
-; expected-warning at -2 {{unsupported module flag value for key 'qux' : !4 = !{!"foo", i32 1}}}
----------------
bcardosolopes wrote:

It was moved to `Import/import-failure.ll` which uses "CHECK" to avoid the lame "-2".

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


More information about the Mlir-commits mailing list