This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6a402010b2 [Attributor] Use Alias Analysis in noalias callsite argumen [...] new 9cbd8cbe115 [ARM][MVE] Add invalidForTailPredication to TSFlags
The 1 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/ARM/ARMInstrFormats.td | 3 + lib/Target/ARM/ARMInstrMVE.td | 7 ++ lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 4 + unittests/Target/ARM/CMakeLists.txt | 17 +++ unittests/Target/ARM/MachineInstrTest.cpp | 166 ++++++++++++++++++++++++++++++ 5 files changed, 197 insertions(+) create mode 100644 unittests/Target/ARM/CMakeLists.txt create mode 100644 unittests/Target/ARM/MachineInstrTest.cpp