[llvm-commits] memory intrinsic use patch

Mon Ping Wang monping at apple.com
Fri Oct 24 14:49:22 PDT 2008


This is a patch provides an interface to allow the DAG to build target  
intrinsic node.  When looking at a intrinsic, it asks the target to  
see if the intrinsic is a target memory intrinsic and if so, it  
returns information about the type of access  (read/write and size) so  
the DAG can build a memintrinsic node.  Please let me know if you have  
any comments.

-- Mon Ping

-------------- next part --------------
A non-text attachment was scrubbed...
Name: memintrin.patch
Type: application/octet-stream
Size: 3145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081024/17805728/attachment.obj>


More information about the llvm-commits mailing list