[PATCH] D102053: [AArch64][SVE] Fix isel failure for FP-extending loads
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 03:51:24 PDT 2021
bsmith accepted this revision.
bsmith added a comment.
This revision is now accepted and ready to land.
In D102053#2744144 <https://reviews.llvm.org/D102053#2744144>, @sdesmalen wrote:
> In D102053#2744121 <https://reviews.llvm.org/D102053#2744121>, @bsmith wrote:
>
>> Does the same issue also apply to fixed length codegen?
>
> Existing code (in same function under `hasNeon()`) already sets this to Expand for all fixed-width vectors.
In that case, LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102053/new/
https://reviews.llvm.org/D102053
More information about the llvm-commits
mailing list