[PATCH] D85725: [Transforms][SROA] Skip uses of allocas where the type is scalable
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 12:20:05 PDT 2020
efriedma added a comment.
> I also tried specifying it in an attribute group but I wasn't sure it was having any effect since it didn't complain when I put garbage in there.
Err, right... aarch64-sve-vector-bits-min is a backend flag; it's not going to have any effect on SROA. (I'm not sure what effect it could have, anyway.) So probably the extra run lines aren't useful.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85725/new/
https://reviews.llvm.org/D85725
More information about the llvm-commits
mailing list