Displaying 1 result from an estimated 1 matches for "b3f62f16".
2011 Sep 27
1
[LLVMdev] MC-aware Asm Printers
I'm in the process of evaluating whether to make the PTX assembly printer
MC-aware. It appears that most other back-ends have made the switch, but I
want to evaluate if it makes sense for the PTX back-end. First, PTX is a
text-only format; there are no instruction encodings or object files.
Second, the PTX back-end will never tie into the JIT compiler.
After experimenting with the