This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc280d0 [LoopUnroll] Ensure we create prolog loops in simplified form. new 3db9295 test commit new 87d2983 AMDGPU: Stay in WQM for non-intrinsic stores new ee53c92 [IRCE] Preserve DomTree and LCSSA new 55fcee6 [IRCE] Rename variable; NFC
The 4 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: CODE_OWNERS.TXT | 2 +- lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/SIInstrFormats.td | 6 ++ lib/Target/AMDGPU/SIInstrInfo.h | 8 ++ lib/Target/AMDGPU/SIInstrInfo.td | 9 +- lib/Target/AMDGPU/SIInstructions.td | 8 +- lib/Target/AMDGPU/SIWholeQuadMode.cpp | 9 +- .../Scalar/InductiveRangeCheckElimination.cpp | 16 ++- test/CodeGen/AMDGPU/skip-if-dead.ll | 2 +- test/CodeGen/AMDGPU/wqm.ll | 116 +++++++++++++-------- test/Transforms/IRCE/single-access-no-preloop.ll | 9 +- test/Transforms/IRCE/single-access-with-preloop.ll | 2 +- 12 files changed, 125 insertions(+), 65 deletions(-)