This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c15a315f4f2 [NFC][PowerPC] Added test to track current behaviour of TailDup new aa8be082019 [ARM] Remove nonexistent unsigned forms of MVE VQDMLAH. new 3423b03f7bd [ARM][LowOverheadLoops] Correct offset checking new 4af77dd891c [BitcodeReader] Validate OpNum, before accessing Record array.
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/Bitcode/Reader/BitcodeReader.cpp | 4 + lib/Target/ARM/ARMBasicBlockInfo.h | 4 + lib/Target/ARM/ARMISelLowering.cpp | 20 +- lib/Target/ARM/ARMInstrMVE.td | 3 - lib/Target/ARM/ARMLowOverheadLoops.cpp | 16 +- test/Bitcode/Inputs/invalid-fcmp-opnum.bc | Bin 0 -> 908 bytes test/Bitcode/invalid.test | 5 + .../LowOverheadLoops/end-positive-offset.mir | 224 +++++++++++++++++++++ .../CodeGen/Thumb2/LowOverheadLoops/size-limit.mir | 4 +- .../LowOverheadLoops/while-negative-offset.mir | 199 ++++++++++++++++++ test/MC/ARM/mve-qdest-rsrc.s | 48 ++--- test/MC/Disassembler/ARM/mve-qdest-rsrc.txt | 27 +-- 12 files changed, 501 insertions(+), 53 deletions(-) create mode 100644 test/Bitcode/Inputs/invalid-fcmp-opnum.bc create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/end-positive-offset.mir create mode 100644 test/CodeGen/Thumb2/LowOverheadLoops/while-negative-offset.mir