Skip to content

Commit

Permalink
[AArch64] Refactor checks in sign-return-address.ll test
Browse files Browse the repository at this point in the history
Using implicit CHECK prefix in one FileCheck invocation and explicit
CHECK-V83A in the other one seems to misguide to use CHECK: lines as
a common matching prefix at various places. Also note that

; CHECK, CHECK-V83A: ...

line only matches the "CHECK-V83A" prefix.

This commit explicitly splits the checks into common ones (CHECK) and
invocation-specific ones (COMPAT and V83A) and updates the assertions
with the update_llc_test_checks.py script.

Reviewed By: efriedma, MaskRay

Differential Revision: https://reviews.llvm.org/D156327
  • Loading branch information
atrosinenko committed Jul 29, 2023
1 parent ed23609 commit 4210204
Showing 1 changed file with 219 additions and 109 deletions.
Loading

0 comments on commit 4210204

Please sign in to comment.