[llvm-commits] [PATCH] ARM pli builtin and intrinsic

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Fri May 27 21:34:57 PDT 2011


Hi,

Since llvm.prefetch can only be mapped now to ARM data prefetching
(pld), add support for instruction prefetching by adding an ARM pli
intrinsic. Another approach I could go for is to add one more argument
to @llvm.prefetch intrinsic. Let me know which one is preferred.

Thanks

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-pli.patch
Type: application/octet-stream
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110528/b21f3848/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-pli.patch
Type: application/octet-stream
Size: 3446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110528/b21f3848/attachment-0001.obj>


More information about the llvm-commits mailing list