This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b2a5eeabc6 [AArch64][GlobalISel] Simplify a legalizer test. NFC. new 02558799ed8 [AArch64] Create proper memoperand for multi-vector stores new 4619b40840b [CodeGen] Remove operands from FENTRY_CALL new b23940c3585 [X86] Change X86 backend to look for 'min-legal-vector-widt [...]
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: include/llvm/Target/Target.td | 4 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/X86/X86TargetMachine.cpp | 9 +- test/CodeGen/AArch64/multi-vector-store-size.ll | 164 +++++++++++++++++++++ test/CodeGen/X86/fentry-insertion.ll | 2 +- ...d-vector-width.ll => min-legal-vector-width.ll} | 48 +++--- 6 files changed, 197 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/AArch64/multi-vector-store-size.ll rename test/CodeGen/X86/{required-vector-width.ll => min-legal-vector-width.ll} (95%)