This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2e5bcf9072 [NFC] Add two XFAIL tests from PR39783 new bf9aa8b6bf3 [CODE_OWNERS] Add myself as code owner for MinGW new f2ec2633c5f AMDGPU/InsertWaitcnts: Untangle some semi-global state new cd71b9eae53 AMDGPU/InsertWaitcnts: Use foreach loops for inst and wait [...] new 219b87abb4d AMDGPU/InsertWaitcnts: Simplify pending events tracking new 608f48308a3 AMDGPU/InsertWaitcnt: Remove unused WaitAtBeginning new 9da2d56db9a AMDGPU/InsertWaitcnt: Consistently use uint32_t for scores [...] new 41f457ff4f2 AMDGPU/InsertWaitcnts: Remove the dependence on MachineLoopInfo
The 7 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 | 4 + lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 1367 +++++++------------- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 12 + lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 30 + test/CodeGen/AMDGPU/smrd-vccz-bug.ll | 2 +- .../CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir | 2 +- test/CodeGen/AMDGPU/waitcnt-loop-irreducible.mir | 47 + test/CodeGen/AMDGPU/waitcnt-preexisting.mir | 3 +- 8 files changed, 574 insertions(+), 893 deletions(-) create mode 100644 test/CodeGen/AMDGPU/waitcnt-loop-irreducible.mir