[PATCH] D126533: WIP: [LAA] Relax pointer dependency with runtime pointer checks
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 14:33:11 PDT 2022
fhahn added a comment.
In D126533#3811213 <https://reviews.llvm.org/D126533#3811213>, @dtemirbulatov wrote:
> The original version of this change didn't have this regression in Transforms/LoopDistribute/scev-inserted-runtime-check.ll @fhahn, how about only considering cases where one side is pointer invariant as in D132703 <https://reviews.llvm.org/D132703>?
If this avoids the regression I think that would be good to start with. We can always extend it in a follow up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126533/new/
https://reviews.llvm.org/D126533
More information about the llvm-commits
mailing list