This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5398f502a22 [LVI] Constant-propagate a zero extension of the switch con [...] new acac0ef9e79 AMDGPU: Add pass to replace out arguments new c1d5445ac57 [Value Tracking] Refactor icmp comparison logic into helper. NFC.
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/Analysis/ValueTracking.cpp | 103 ++-- lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp | 375 ++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 + lib/Target/AMDGPU/CMakeLists.txt | 1 + .../AMDGPU/rewrite-out-arguments-address-space.ll | 22 + test/CodeGen/AMDGPU/rewrite-out-arguments.ll | 563 +++++++++++++++++++++ 7 files changed, 1028 insertions(+), 41 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp create mode 100644 test/CodeGen/AMDGPU/rewrite-out-arguments-address-space.ll create mode 100644 test/CodeGen/AMDGPU/rewrite-out-arguments.ll