[all-commits] [llvm/llvm-project] 0a2bde: [LVI] Drop requirement that modulus is constant
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 20 12:08:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a2bde94a06cea489c33004d66f574204c771031
https://github.com/llvm/llvm-project/commit/0a2bde94a06cea489c33004d66f574204c771031
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
M llvm/test/Transforms/CorrelatedValuePropagation/urem.ll
Log Message:
-----------
[LVI] Drop requirement that modulus is constant
If we're looking only at the lower bound, the actual modulus
doesn't matter. This is a leftover from when I wanted to consider
the upper bound as well, where the modulus does matter.
More information about the All-commits
mailing list