[Mlir-commits] [mlir] [MLIR][LLVM] Add ProfileSummary module flag support (PR #138070)
Tobias Gysi
llvmlistbot at llvm.org
Thu May 1 01:15:40 PDT 2025
================
@@ -1800,6 +1800,13 @@ module {
// -----
+module {
+ // expected-error at below {{'ProfileSummary' key expects a '#llvm.profile_summary' attribute}}
+ llvm.module_flags [#llvm.mlir.module_flag<append, "ProfileSummary", 3 : i64>]
----------------
gysit wrote:
Can you test the other verifier as well?
https://github.com/llvm/llvm-project/pull/138070
More information about the Mlir-commits
mailing list