[llvm-commits] [llvm] r55349 - /llvm/trunk/utils/TableGen/FastISelEmitter.cpp

Chris Lattner clattner at apple.com
Mon Aug 25 21:18:38 PDT 2008


On Aug 25, 2008, at 6:22 PM, Owen Anderson wrote:

> Author: resistor
> Date: Mon Aug 25 20:22:59 2008
> New Revision: 55349
>
> URL: http://llvm.org/viewvc/llvm-project?rev=55349&view=rev
> Log:
> Throw the switch to allow FastISel to emit instructions whose return  
> types different from their inputs.  Next step: adding lowering  
> pattens in FastISel that actually use these newly available opcodes.

Random question: what patterns would use this?

-Chris



More information about the llvm-commits mailing list