This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c3f95e0648c AMDGPU: Don't assert in TTI with fp32 denorms enabled new b9af9b04deb Temporarily revert "Update branch coalescing to be a PowerP [...] new 9f2d0b861e2 [IRCE][NFC] Rename IndVarNext to IndVarBase
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: include/llvm/CodeGen/Passes.h | 3 + include/llvm/InitializePasses.h | 1 + .../BranchCoalescing.cpp} | 89 +++++++++------------- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/TargetPassConfig.cpp | 3 + lib/Target/PowerPC/CMakeLists.txt | 1 - lib/Target/PowerPC/PPC.h | 1 - lib/Target/PowerPC/PPCTargetMachine.cpp | 8 -- .../Scalar/InductiveRangeCheckElimination.cpp | 42 +++++----- test/CodeGen/PowerPC/branch_coalesce.ll | 57 ++++---------- test/CodeGen/PowerPC/select-i1-vs-i1.ll | 8 +- 12 files changed, 87 insertions(+), 128 deletions(-) rename lib/{Target/PowerPC/PPCBranchCoalescing.cpp => CodeGen/BranchCoalescing.cpp} (90%)