[LLVMdev] Best way to get direct memory for intrinsics in tblgen?

Ryan Taylor ryta1203 at gmail.com
Wed Jun 10 17:19:49 PDT 2015


What's the best way to get direct memory accesses for intrinsics via tblgen?

We have some instructions represented as intrinsics. These instructions
allow direct memory access, I've tried multiclasses but they won't match.
I've also tried "def : Pat<....> but it won't recognize the complex pattern
as a valid operand?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150610/4e15184a/attachment.html>


More information about the llvm-dev mailing list