This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05d883a Revert r268107 -- debug build failure new c10caa3 AMDGPU: Fix crash with unreachable terminators. new d043938 [EarlyCSE] Simplify guard intrinsics
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/SILowerControlFlow.cpp | 39 +++-- lib/Transforms/Scalar/EarlyCSE.cpp | 23 +++ .../si-lower-control-flow-unreachable-block.ll | 56 +++++++ test/Transforms/EarlyCSE/guards.ll | 181 +++++++++++++++++++++ 4 files changed, 287 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AMDGPU/si-lower-control-flow-unreachable-block.ll create mode 100644 test/Transforms/EarlyCSE/guards.ll