[PATCH] D130365: [AArch64][SVE] Allow XZR as offset reg in contiguous loads/stores
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 08:23:50 PDT 2022
paulwalker-arm added a comment.
Following the link in the summary and looking at LD1H I see `if Rm == '11111' then UNDEFINED;` which suggests whilst the encoding might be valid the result is undefined and so I doubt we want users to fall into such a trap.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130365/new/
https://reviews.llvm.org/D130365
More information about the llvm-commits
mailing list