This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5abd133 [X86] Fix creating vreg def after use. new 145ace2 [SLP] Fix for PR32038: extra add of PHI node when it is not r [...] new b6dfd8e [ARM] Fix parsing of special register masks
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/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 20 +++----------------- test/MC/ARM/invalid-special-reg.s | 11 +++++++++++ test/Transforms/SLPVectorizer/AArch64/gather-root.ll | 20 ++++++++++---------- test/Transforms/SLPVectorizer/X86/reduction_loads.ll | 8 ++++---- test/Transforms/SLPVectorizer/X86/scheduling.ll | 2 +- 6 files changed, 30 insertions(+), 33 deletions(-) create mode 100644 test/MC/ARM/invalid-special-reg.s