[PATCH] D103004: [llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-names
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 12:20:22 PDT 2021
jrtc27 added a comment.
In D103004#2780282 <https://reviews.llvm.org/D103004#2780282>, @evandro wrote:
> In D103004#2779570 <https://reviews.llvm.org/D103004#2779570>, @jrtc27 wrote:
>
>> So, can we just delete them all?
>
> I think so in the RVV tests, but not everywhere. Not aliasing may have a place in assembler tests, for instance, but not only in these.
Yes, I'm only talking about llvm/test/CodeGen/RISCV/rvv/*.ll (and llvm/test/CodeGen/RISCV/spill-fpr-scalar.ll which should probably be under rvv/). All the MC tests, and the special llvm/test/CodeGen/RISCV/patchable-function-entry.ll test, are excluded.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103004/new/
https://reviews.llvm.org/D103004
More information about the llvm-commits
mailing list