This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4b4cf0d82d8 [X86] Improve lowering of idemptotent RMW operations new 2ab8253e453 [AMDGPU] Pattern for v_xor3_b32 new 5b433966acd [llvm] X86DiscriminateMemOps: insert debug info when missing
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/Target/AMDGPU/VOP3Instructions.td | 5 +- lib/Target/X86/X86DiscriminateMemOps.cpp | 5 +- test/CodeGen/AMDGPU/add3.ll | 53 +++++++ test/CodeGen/AMDGPU/add_shl.ll | 31 ++++ test/CodeGen/AMDGPU/and_or.ll | 31 ++++ test/CodeGen/AMDGPU/or3.ll | 26 ++++ test/CodeGen/AMDGPU/shl_add.ll | 26 ++++ test/CodeGen/AMDGPU/shl_or.ll | 41 +++++ test/CodeGen/AMDGPU/xor3.ll | 167 +++++++++++++++++++++ test/CodeGen/AMDGPU/xor_add.ll | 26 ++++ ...ops.ll => discriminate-mem-ops-missing-info.ll} | 24 +-- 11 files changed, 420 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/AMDGPU/xor3.ll copy test/CodeGen/X86/{discriminate-mem-ops.ll => discriminate-mem-ops-missing-inf [...]