[llvm] [AArch64] Resolve FIXME: Use scavengeRegisterBackwards to find the best unused register (PR #78910)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 13:19:38 PST 2024


================
@@ -11,34 +12,148 @@
 # - other direct branches don't seem to be generated by the AArch64 codegen
 --- |
   define void @nobranch_fallthrough(i32 %a, i32 %b) speculative_load_hardening {
+  ; CHECK-LABEL: nobranch_fallthrough:
----------------
qcolombet wrote:

If you use the autogenerated test, make sure to clear the all check lines.
As is, there are labels that are repeated which may lead in weird failures with FileCheck. (e.g., the label nobranch_fallthrough appears twice.)

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


More information about the llvm-commits mailing list