[PATCH] D105996: [AArch64] Enable Upper bound unrolling universally
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 14 10:25:49 PDT 2021
dmgreen added inline comments.
================
Comment at: llvm/test/Transforms/LoopUnroll/AArch64/unroll-upperbound.ll:42
+for.body.if.end6_crit_edge: ; preds = %for.body
+ unreachable
+
----------------
Does the test need an unreachable in it? They (and undef) can make tests less reliable in the long run, as other code changes in llvm.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105996/new/
https://reviews.llvm.org/D105996
More information about the llvm-commits
mailing list