[PATCH] AArch64: Add support for instruction prefetch intrinsic
Yi Kong
kongy.dev at gmail.com
Mon Aug 4 06:54:31 PDT 2014
Hi t.p.northover,
Instruction prefetch is not implemented for AArch64, it is incorrectly translated into data prefetch instruction.
Properly implement `llvm.prefetch` intrinsic, supporting instruction prefetch.
http://reviews.llvm.org/D4777
Files:
lib/Target/AArch64/AArch64ISelLowering.cpp
test/CodeGen/AArch64/arm64-prefetch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4777.12159.patch
Type: text/x-patch
Size: 4248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140804/ad2e8573/attachment.bin>
More information about the llvm-commits
mailing list