This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89e89fb349e [ARM] Use TableGen patterns to select vtbl. NFC. new 2684aaead6b [InstCombine] Add frem constant folding test (PR32177) new 4925efae1f9 [GISEL]: Move getConstantVReg to Utils new 3767f141eb5 [ARM] Remove redundant computeKnownBits helper. new 074b06ad8d4 Code style change as suggested in https://reviews.llvm.org/ [...] new ac9b651ab61 AMDGPU: Custom lower illegal small select types
The 5 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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 3 - include/llvm/CodeGen/GlobalISel/Utils.h | 3 + lib/CodeGen/GlobalISel/InstructionSelector.cpp | 17 - lib/CodeGen/GlobalISel/Utils.cpp | 17 + lib/DebugInfo/DWARF/DWARFUnit.cpp | 27 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 29 ++ lib/Target/ARM/ARMISelLowering.cpp | 43 +-- test/CodeGen/AMDGPU/select-vectors.ll | 389 ++++++++++++++------- test/Transforms/InstCombine/constant-fold-math.ll | 9 + 10 files changed, 356 insertions(+), 182 deletions(-)