This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e57e8cc2312 [X86] Use LoadInst->getType() instead of LoadInst->getPoint [...] new 398ab5fe337 [AArch64] Split the neon.addp intrinsic into integer and fp [...]
The 1 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/IntrinsicsAArch64.td | 1 + lib/IR/AutoUpgrade.cpp | 11 ++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 2 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 24 ---------------- lib/Target/AArch64/AArch64LegalizerInfo.h | 3 -- .../fallback-ambiguous-addp-intrinsic.mir | 32 ---------------------- .../GlobalISel/legalizer-info-validation.mir | 2 +- test/CodeGen/AArch64/arm64-neon-add-pairwise.ll | 12 ++++---- test/CodeGen/AArch64/arm64-vadd.ll | 12 ++++---- .../AArch64/autoupgrade-aarch64-neon-addp-float.ll | 9 ++++++ 10 files changed, 35 insertions(+), 73 deletions(-) delete mode 100644 test/CodeGen/AArch64/GlobalISel/fallback-ambiguous-addp-intrinsic.mir create mode 100644 test/CodeGen/AArch64/autoupgrade-aarch64-neon-addp-float.ll