This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 110a2bc8184 [AMDGPU] Untangle SDWA pass from SIShrinkInstructions new fb1f3c0c952 [InstCombine] Use cttz instead of ctlz in the cttz_cmp_vec [...] new a95cc203d89 [InstCombine][InstSimplify] Add various tests for ctlz/cttz [...] new 02c1af0c153 [ConstantFolding] Fix constant folding for vector cttz and [...] new 2a4cf84ad28 [InstCombine] Add support for simplifying ctlz/cttz intrins [...]
The 4 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/ConstantFolding.cpp | 7 ++ lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 +- test/Transforms/InstCombine/intrinsics.ll | 154 +++++++++++++++++++++++- test/Transforms/InstSimplify/call.ll | 10 ++ 4 files changed, 171 insertions(+), 6 deletions(-)