search for: ae99c2cc

Displaying 2 results from an estimated 2 matches for "ae99c2cc".

2016 Mar 15
2
how to type-legalize a dag
...d any of the setOperationAction for the MVT::v4i32 and my simple test case worked. How come? -- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160315/ae99c2cc/attachment.html>
2016 Mar 15
3
how to type-legalize a dag
I have added new instructions to my target, unfortunately they are not being properly type legalized. The instructions I've added are a vector add, vector load and a vector store. Can anyone lend a hand on how to legalize them so that my target would be able to recognize them. Below is the output of llc with a -debug-only=isel. As you could see the output type for load, store, and add changes