[PATCH] D126533: [LAA] Relax pointer dependency with runtime pointer checks
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 10:23:15 PDT 2022
dtemirbulatov marked an inline comment as done.
dtemirbulatov added inline comments.
================
Comment at: llvm/test/Analysis/LoopAccessAnalysis/runtime-check-invariant-and-affine.ll:95
+ %cmp10 = icmp sgt i32 %0, 0
+ br i1 %cmp10, label %for.body.preheader, label %for.cond.cleanup
+
----------------
fhahn wrote:
> the check and conditional branch shouldn't be needed.
it looks like we need this check
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126533/new/
https://reviews.llvm.org/D126533
More information about the llvm-commits
mailing list