[compiler-rt] [compiler-rt] [test] Adjust profile tests to allow arm_aapcs_vfpcc (PR #137176)
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 06:56:47 PDT 2025
================
@@ -19,22 +19,22 @@ __attribute__((noinline)) int bar() { return 4; }
int foo() {
__llvm_profile_reset_counters();
- // PROFGEN: call void @__llvm_profile_reset_counters()
- // PROFUSE-NOT: call void @__llvm_profile_reset_counters()
+ // PROFGEN: call {{(arm_aapcs_vfpcc )*}}void @__llvm_profile_reset_counters()
----------------
zmodem wrote:
nit: Any reason to use `*` instead of `?`?
https://github.com/llvm/llvm-project/pull/137176
More information about the llvm-commits
mailing list