This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8aa168ce3c Reapply: IR: add optional type to 'byval' function parameters new 59dfcbec085 [DAGCombine] Use FoldConstantArithmetic() to perform ((c1-A [...] new 0a21e6fba31 [DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold new 69aa6033324 [DAGCombine] Use FoldConstantArithmetic() to perform C2-(A+ [...] new 42f63886b90 [DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold new 2b88706ce13 [DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold new c88a7aafeda [DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold new 98ccda4311f AMDGPU/GlobalISel: Add wave scratch offset argument
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 51 +++++++++++++-- lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 42 +++++++++++++ test/CodeGen/AArch64/addsub-constant-folding.ll | 59 +++++------------ .../irtranslator-amdgpu_kernel-system-sgprs.ll | 10 +++ test/CodeGen/X86/addsub-constant-folding.ll | 73 +++++++++------------- 5 files changed, 144 insertions(+), 91 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel-syste [...]