[PATCH] D154084: [AArch64] Modify SVE Pseudo appends
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 03:12:50 PDT 2023
paulwalker-arm added a comment.
In D154084#4460011 <https://reviews.llvm.org/D154084#4460011>, @harviniriawan wrote:
> In D154084#4459841 <https://reviews.llvm.org/D154084#4459841>, @paulwalker-arm wrote:
>
>> Can the UNDEF_D -> D_UNDEF renaming be pulled into a separate NFC patch?
>
> I don't think it's possible. I can add tests on Neoverse-N2 CPU as well in here, then
Are you sure? To be clear I'm talking about the changes to `llvm/lib/Target/AArch64/SVEInstrFormats.td` which looks like a mechanical name change to me that should not affect any behaviour. If it does then that's likely a bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154084/new/
https://reviews.llvm.org/D154084
More information about the llvm-commits
mailing list