[PATCH] D133433: [AArch64]: Force generating code compatible to streaming mode
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 04:01:21 PDT 2022
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
Thanks for the changes to this patch. This one looks good to me now!
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:12028
+ // try overriding NEON if possible.
if (useSVEForFixedLengthVectorVT(VT))
----------------
nit: it seems you missed this one (can be removed)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133433/new/
https://reviews.llvm.org/D133433
More information about the llvm-commits
mailing list