This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d942708d81 [ORC] Add a missing #include atomic. new 5a75b69d70a [X86] Replace -mcpu with -mattr on some tests. new 7773eb09050 [X86] Add a AVX512VBMI command line to min-legal-vector-wid [...] new aaff490524e [IR] CallBrInst: scan+update arg list when indirect dest li [...]
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/IR/Instructions.h | 13 +- lib/IR/Instructions.cpp | 11 ++ test/CodeGen/X86/min-legal-vector-width.ll | 202 +++++++++++++++++---------- test/Transforms/LoopVectorize/X86/pr42674.ll | 2 +- test/Transforms/SLPVectorizer/X86/sqrt.ll | 7 +- unittests/IR/InstructionsTest.cpp | 51 +++++++ 6 files changed, 203 insertions(+), 83 deletions(-)