[llvm] [ThinLTO] Add tail call flag to call edges in summary (PR #74043)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 13:30:45 PST 2023


================
@@ -21,7 +21,7 @@
 ; CHECK-NEXT:    <FLAGS
 ; See if the call to func is registered.
 ; The value id 1 matches the second FUNCTION record above.
-; CHECK-NEXT:    <PERMODULE {{.*}} op7=1/>
+; CHECK-NEXT:    <PERMODULE_PROFILE {{.*}} op7=1
----------------
snehasish wrote:

Can you split out the renaming of s/PERMODULE/PERMODULE_PROFILE and s/COMBINED/COMBINED_PROFILE as an NFC?

Then it would be clear exactly which expectations changed.

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


More information about the llvm-commits mailing list