This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c05ce4 AMDGPU: Disable AMDGPUPromoteAlloca pass for shader calling c [...] new 5ebefb8 [inlineasm] Propagate operand constraints to the backend new 0537d4b [SLPVectorizer][X86] Added sqrt vectorization tests
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: include/llvm/IR/InlineAsm.h | 23 ++- lib/CodeGen/MachineInstr.cpp | 35 +++- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 +- lib/Target/Mips/MipsSERegisterInfo.cpp | 51 ++++- test/CodeGen/Mips/inlineasm-constraint_ZC_2.ll | 36 ++++ test/Transforms/SLPVectorizer/X86/sqrt.ll | 274 +++++++++++++++++++++++++ 6 files changed, 407 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/Mips/inlineasm-constraint_ZC_2.ll create mode 100644 test/Transforms/SLPVectorizer/X86/sqrt.ll