[PATCH] D101174: [IRCE] Relieve bound check on isSafeIncreasingBound and isSafeDecreasingBound
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 01:20:04 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/IRCE/variable-loop-bounds.ll:362
+
+define void @test_dec_bound(i64 %0, i64 %1) {
+ br label %3
----------------
Also, should we have tests checking the actual IR, at least the important bits like most other test do here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101174/new/
https://reviews.llvm.org/D101174
More information about the llvm-commits
mailing list