[llvm-commits] [llvm] r69948 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Dan Gohman
gohman at apple.com
Sun Apr 26 17:57:59 PDT 2009
On Apr 23, 2009, at 11:20 PM, Duncan Sands wrote:
> Hi Dan,
>
>> Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR,
>> use ISD::EXTRACT_ELEMENT. SelectionDAG has a special fast-path for
>> the cast of an EXTRACT_ELEMENT with a BUILD_PAIR operand, for the
>> common case.
>
> maybe these routines could be factorized somehow?
Done. Thanks for the review!
Dan
More information about the llvm-commits
mailing list