This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d341fb05641 AMDGPU: Fix incorrect selection of pseudo-branches new c043e78878a Convert condition to an early exit (NFC). new 16961e0820c AMDGPU: Fix failure to select branch with optnone
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/CodeGen/AsmPrinter/DwarfExpression.cpp | 4 ++- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 13 +++---- lib/Target/AMDGPU/SIInstrInfo.td | 10 ------ lib/Target/AMDGPU/SOPInstructions.td | 3 +- test/CodeGen/AMDGPU/control-flow-optnone.ll | 54 +++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/AMDGPU/control-flow-optnone.ll