This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b251a7588a5 IR: Make stripDebugInfo robust against (invalid) empty basi [...] new de4770b949a [IRCE] Fix buggy behavior in Clamp new 066b24cb948 [InstCombine] Teach ComputeNumSignBitsImpl to handle intege [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/ValueTracking.cpp | 11 ++++ .../Scalar/InductiveRangeCheckElimination.cpp | 3 +- test/Transforms/IRCE/clamp.ll | 61 ++++++++++++++++++++++ test/Transforms/InstCombine/trunc.ll | 15 ++++++ 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/IRCE/clamp.ll