[PATCH] D156327: [AArch64] Refactor checks in sign-return-address.ll test
Anatoly Trosinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 06:57:48 PDT 2023
atrosinenko created this revision.
atrosinenko added reviewers: danielkiss, efriedma, MaskRay, pbarrio, ab.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
atrosinenko published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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. This commit explicitly splits the checks into common
ones (CHECK) and invocation-specific ones (COMPAT and V83A).
The expected lines in each function are reordered as label-prologue-epilogue
and a few more directives are added for the sake of uniformity.
A few more changes are made (using asm-style function labels, fixing regexes).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156327
Files:
llvm/test/CodeGen/AArch64/sign-return-address.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156327.544339.patch
Type: text/x-patch
Size: 10203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/0fdd2ce6/attachment.bin>
More information about the llvm-commits
mailing list