[compiler-rt] [llvm] [Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgumentElimination (PR #109899)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 08:22:16 PDT 2024


================
@@ -303,6 +303,23 @@ attributes #0 = { noinline optnone }
 ; IR: attributes #[[NOTCOLD]] = { "memprof"="notcold" }
 ; IR: attributes #[[COLD]] = { "memprof"="cold" }
 
+; IRNODIST: define {{.*}} @main
----------------
teresajohnson wrote:

For all the memprof tests, probably better to just loosen up the original matching a bit (by removing the `()` and/or adding `{{.*}}`)

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


More information about the llvm-commits mailing list