[PATCH] D154173: [LAA] Add test that shows MaxSafeDepDistBytes is incorrect. NFC.
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 08:34:00 PDT 2023
michaelmaitland added inline comments.
================
Comment at: llvm/test/Analysis/LoopAccessAnalysis/max_safe_dep_dist_non_unit_stride.ll:28
+entry:
+ %cmp18 = icmp sgt i32 %len, 0
+ %0 = zext i32 %len to i64
----------------
fhahn wrote:
> is this needed?
What do you have in mind to guard entrance into loop when len <= 0?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154173/new/
https://reviews.llvm.org/D154173
More information about the llvm-commits
mailing list