[PATCH] D87227: [SVE] Fix isLoadInvariantInLoop for scalable vectors
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 07:46:55 PDT 2020
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
LGTM!
nit: I don't know if Clang ever really generates a llvm.invariant.start with -1 size in practice, but if it does, you may want to land this patch as two separate patches, one patch that prevents hoisting when size = -1 and another to stop the hoisting for scalable vectors.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87227/new/
https://reviews.llvm.org/D87227
More information about the llvm-commits
mailing list