This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34e56f0bf74 [DAG] Move BaseIndexOffset into separate Libarary. NFC. new 80514214e1f [AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix dis [...] new e44557f0194 [Reassociate] Support xor reassociating for splat vectors new f2fe26d60eb [InstCombine] Don't let folding (select (icmp eq (and X, C1 [...]
The 3 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: .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 2 - .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 1 - lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 - lib/Target/AMDGPU/VOPInstructions.td | 12 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 20 +- lib/Transforms/Scalar/Reassociate.cpp | 46 +- test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt | 1752 ++++++++++++++++++++ .../InstCombine/select-with-bitwise-ops.ll | 59 +- test/Transforms/Reassociate/xor_reassoc.ll | 101 ++ 9 files changed, 1920 insertions(+), 75 deletions(-)