[LLVMdev] Proposal for new Legalization framework
Tim Northover
t.p.northover at gmail.com
Fri Apr 26 11:49:24 PDT 2013
> To me, the expanding of regular IR will achieve nearly the same result as
> building a lower level IR.
Remember that we basically already have a lower level IR consisting of
basic blocks of MachineInstrs at the moment.To an extent this has
already proven itself capable of modelling targets, and making it a
first-class IR might be a reasonable amount of work (certainly easier
than SelectionDAG).
Cheers.
Tim.
More information about the llvm-dev
mailing list