[PATCH] D143639: [RISCV] Add tests for .attribute stack_align
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 03:57:21 PST 2023
asb accepted this revision.
asb added a comment.
The other way of handling this would be to add additional run lines focused on the `-target-abi` flags and check the stackalign attribute in that output....but that doesn't seem necessarily better, and we get the same coverage due to the ABI inference logic that's implemented. So LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143639/new/
https://reviews.llvm.org/D143639
More information about the llvm-commits
mailing list