This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a19815f1d99 [TargetLowering] Simplify one of the special cases in Simpl [...] new 8750be505da AMDGPU: Fix packing undef parts of build_vector new 3b2fa4ee595 AMDGPU: Use splat vectors for undefs when folding canonicalize new 10398322afa AMDGPU: Check NSZ MI flag when folding omod
The 3 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/Target/AMDGPU/SIFoldOperands.cpp | 10 +- lib/Target/AMDGPU/SIISelLowering.cpp | 42 ++- lib/Target/AMDGPU/SIInstructions.td | 23 +- .../AMDGPU/build-vector-packed-partial-undef.ll | 380 +++++++++++++++++++++ test/CodeGen/AMDGPU/call-argument-types.ll | 4 +- test/CodeGen/AMDGPU/clamp.ll | 32 ++ test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 67 +++- test/CodeGen/AMDGPU/mad-mix-hi.ll | 6 +- test/CodeGen/AMDGPU/omod-nsz-flag.mir | 71 ++++ 9 files changed, 608 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll create mode 100644 test/CodeGen/AMDGPU/omod-nsz-flag.mir