[PATCH] [AArch64][ARM] Match interleaved memory accesses into ldN/stN/vldN/vstN intrinsics.
Hao Liu
Hao.Liu at arm.com
Thu Jun 18 03:08:22 PDT 2015
Hi rengolin, mzolotukhin, jmolloy, silviu.baranga,
Hi,
I refactored the patch in D10335 according to the comments. The main concern is to share as much code as possible.
This patch adds a new pass called InterleavedAccessPass in the lib/CodeGen. It constains the code about identifying interleaved accesses. As we can not share the code about creating target specific intrinsics, I put such code in the target backends.
Review please.
Thanks,
-Hao
http://reviews.llvm.org/D10533
Files:
include/llvm/CodeGen/Passes.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/InterleavedAccessPass.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
test/CodeGen/AArch64/aarch64-interleaved-accesses.ll
test/CodeGen/ARM/arm-interleaved-accesses.ll
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10533.27923.patch
Type: text/x-patch
Size: 54657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150618/26c685c6/attachment.bin>
More information about the llvm-commits
mailing list