[PATCH] D85725: [Transforms][SROA] Skip uses of allocas where the type is scalable

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 12:39:58 PDT 2020


c-rhodes added a comment.

In D85725#2211150 <https://reviews.llvm.org/D85725#2211150>, @efriedma wrote:

>> 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.

Ah ok, I'll remove them then.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85725/new/

https://reviews.llvm.org/D85725



More information about the llvm-commits mailing list