Displaying 1 result from an estimated 1 matches for "targetintrinsic".
2014 Mar 03
2
[LLVMdev] Lower CFI IDs Using Target Intrinsic
...asically take the i32 param of the intrinsic and encode it as a raw bytes. Obviously, this is broke…
TL;DR:
What’s the best way to lower an IR i32 into code as raw bytes?
If an Intrinsic is the answer, can it be done entirely in the TableGen files or do I need to do some SDNode stuff as well?
If a TargetIntrinsic is the answer, what’s the proper syntax to define an ARM Instruction and matching it with my intrinsic pattern?
Sorry if this is pretty basic stuff… I’ve been looking at the archives and couldn’t find any other threads that worked for me.
Also, I noticed that there is an llvm-devs google group as...