This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4262847c8f AMDGPU: Use a custom areInlineCompatible new 4dc104b36bf [InstCombine] Support (X | C1) & C2 --> (X & C2^(C1&C2)) | [...] new 4f81bb6abb0 AMDGPU: Remove FixControlFlowLiveIntervals pass new f1b4625e0b2 AMDGPU: Remove redundant opt level check
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: lib/Target/AMDGPU/AMDGPU.h | 3 - lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 +- lib/Target/AMDGPU/CMakeLists.txt | 1 - .../AMDGPU/SIFixControlFlowLiveIntervals.cpp | 88 ---------------------- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 31 ++++---- test/Transforms/InstCombine/or.ll | 31 ++++++++ 6 files changed, 48 insertions(+), 114 deletions(-) delete mode 100644 lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp