This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0883e04578 [ValueLattice] Return false if value range did not change i [...] new 212054e1a97 [NEON] Support vldNq intrinsics in AArch32 (LLVM part) new 751c17bfa03 [AArch64] Add custom lowering for v4i8 trunc store
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/IntrinsicsARM.td | 14 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 66 ++++++ lib/Target/AArch64/AArch64ISelLowering.h | 2 + lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 24 ++- lib/Target/ARM/ARMBaseInstrInfo.cpp | 18 ++ lib/Target/ARM/ARMExpandPseudoInsts.cpp | 83 ++++++-- lib/Target/ARM/ARMISelDAGToDAG.cpp | 200 +++++++++++++----- lib/Target/ARM/ARMISelLowering.cpp | 8 +- lib/Target/ARM/ARMInstrNEON.td | 23 +- test/Analysis/CostModel/AArch64/store.ll | 2 +- test/CodeGen/AArch64/neon-truncStore-extLoad.ll | 10 + test/CodeGen/ARM/arm-vlddup.ll | 234 +++++++++++++++++++++ .../LoopVectorize/AArch64/interleaved-vs-scalar.ll | 1 - 13 files changed, 605 insertions(+), 80 deletions(-) create mode 100644 test/CodeGen/ARM/arm-vlddup.ll