[all-commits] [llvm/llvm-project] c32c66: [ConstraintElim] Update test to use variable start...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Mar 10 09:30:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c32c668c8ab7e38b384a108f2f92b36e91809bd6
https://github.com/llvm/llvm-project/commit/c32c668c8ab7e38b384a108f2f92b36e91809bd6
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M llvm/test/Transforms/ConstraintElimination/loops.ll
Log Message:
-----------
[ConstraintElim] Update test to use variable start value.
Otherwise %x <= 10 will be true on the first iteration, making the latch
dead. This makes the test more robust to CE becoming more powerful in
the future.
More information about the All-commits
mailing list