This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 064efeaec1f Revert r348645 - "[MemCpyOpt] memset->memcpy forwarding wit [...] new bf39a84926c [AMDGPU] Simplify negated condition
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/SIOptimizeExecMaskingPreRA.cpp | 124 ++++++ lib/Target/AMDGPU/SIRegisterInfo.cpp | 57 +++ lib/Target/AMDGPU/SIRegisterInfo.h | 6 + .../AMDGPU/optimize-negated-cond-exec-masking.mir | 465 +++++++++++++++++++++ test/CodeGen/AMDGPU/optimize-negated-cond.ll | 75 ++++ 5 files changed, 727 insertions(+) create mode 100644 test/CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir create mode 100644 test/CodeGen/AMDGPU/optimize-negated-cond.ll