This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3677c90c66 [DAGCombiner] remove explicit calls to AddToWorkList; NFCI new 7e8f37b605d [AMDGPU] Shrink scalar AND, OR, XOR instructions
The 1 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/Target/AMDGPU/SIShrinkInstructions.cpp | 84 ++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/andorbitset.ll | 49 +++++++++++++++++ test/CodeGen/AMDGPU/andorxorinvimm.ll | 49 +++++++++++++++++ test/CodeGen/AMDGPU/fabs.ll | 9 ++-- test/CodeGen/AMDGPU/fneg-fabs.ll | 5 +- test/CodeGen/AMDGPU/gep-address-space.ll | 2 +- test/CodeGen/AMDGPU/local-64.ll | 2 +- 7 files changed, 193 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AMDGPU/andorbitset.ll create mode 100644 test/CodeGen/AMDGPU/andorxorinvimm.ll