Displaying 1 result from an estimated 1 matches for "instructiondag".
Did you mean:
instructional
2010 Jun 28
0
[LLVMdev] Proposal for adding rounding variant of fpto?i instructions
...ciate comments/feedback on this proposal to extend the
fpto?i instructions to support rounding. This is my first proposed
significant extension to LLVM so I'd like to know if I'm completely
off base here.
First of all, I noticed the convert* intrinsics corresponding to the
CONVERT_RNDSAT InstructionDAG. I propose not to build my work on
top of these as they seem to be temporary. Dan Gohman on IRC let me
know these are used by a closed source OpenCL backend, and I imagine
that at some stage the OpenCL backend could migrate to the standard
conversion instructions.
This is what I propose:
Add a...