search for: b46ef8f4

Displaying 1 result from an estimated 1 matches for "b46ef8f4".

2015 Jun 11
2
[LLVMdev] Best way to get direct memory for intrinsics in tblgen?
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 --------------