[compiler-rt] [llvm] [RFC][Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgumentElimination (PR #109899)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 14:42:24 PDT 2024
================
@@ -303,6 +303,23 @@ attributes #0 = { noinline optnone }
; IR: attributes #[[NOTCOLD]] = { "memprof"="notcold" }
; IR: attributes #[[COLD]] = { "memprof"="cold" }
+; IRNODIST: define {{.*}} @main
----------------
yonghong-song wrote:
The above 'IRNODIST' thing is already gone in the latest patch. The above code is marked as 'Outdated'.
https://github.com/llvm/llvm-project/pull/109899
More information about the llvm-commits
mailing list