This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e0acd15bb9 [BinaryStream] Reduce the amount of boiler plate needed to use. new f5276374323 [InstSimplify] handle all icmp i1 X, C in one place; NFCI new 81c9a2995b3 AMDGPU: Make better use of op_sel with high components
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/InstructionSimplify.cpp | 67 ++-- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 56 ++- lib/Target/AMDGPU/SIISelLowering.cpp | 9 + test/CodeGen/AMDGPU/packed-op-sel.ll | 431 ++++++++++++++++++++- test/Transforms/InstSimplify/icmp-bool-constant.ll | 171 ++++++++ 5 files changed, 696 insertions(+), 38 deletions(-) create mode 100644 test/Transforms/InstSimplify/icmp-bool-constant.ll