[all-commits] [llvm/llvm-project] 3ea4bc: [IRCE] Add tests for conservative bound check
JinGu Kang via All-commits
all-commits at lists.llvm.org
Wed Apr 28 03:15:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ea4bc78428f34211a9fb6843871803a2ac58183
https://github.com/llvm/llvm-project/commit/3ea4bc78428f34211a9fb6843871803a2ac58183
Author: Jingu Kang <jingu.kang at arm.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M llvm/test/Transforms/IRCE/variable-loop-bounds.ll
Log Message:
-----------
[IRCE] Add tests for conservative bound check
Prevent cases in which the start value of IV is bigger than bound for
increasing.
Prevent cases in which the start value of IV is smaller than bound for
decreasing.
Differential Revision: https://reviews.llvm.org/D101174
More information about the All-commits
mailing list