[all-commits] [llvm/llvm-project] 4194ca: Recommit "[AArch64][SVE] Implement intrinsics for ...
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Fri Dec 13 02:18:42 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4194ca8e5abff825a3daaa01ea2a6f69d7a652da
https://github.com/llvm/llvm-project/commit/4194ca8e5abff825a3daaa01ea2a6f69d7a652da
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
A llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
A llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
Log Message:
-----------
Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Updated pred_load patterns added to AArch64SVEInstrInfo.td by this patch
to use reg + imm non-temporal loads to fix previous test failures.
Original commit message:
Adds the following intrinsics:
- llvm.aarch64.sve.ldnt1
- llvm.aarch64.sve.stnt1
This patch creates masked loads and stores with the
MONonTemporal flag set when used with the intrinsics above.
More information about the All-commits
mailing list