This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71c6b614f3d [NFC][InstCombine] Undo stray change new 595770b8c9c AMDGPU: Add support pattern for SUB of one bit new 97a6779252c [LoopVectorize] Loop vectorization for minimum and maximum
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/VectorUtils.cpp | 2 ++ lib/Target/AMDGPU/SIInstructions.td | 10 ++++++ test/CodeGen/AMDGPU/add_i1.ll | 26 ++++++++++++++ test/CodeGen/AMDGPU/sub_i1.ll | 47 +++++++++++++++++++++++++ test/Transforms/LoopVectorize/intrinsic.ll | 56 ++++++++++++++++++++++++++++++ test/Transforms/Scalarizer/intrinsics.ll | 24 +++++++++++++ 6 files changed, 165 insertions(+) create mode 100644 test/CodeGen/AMDGPU/sub_i1.ll