[llvm-commits] [llvm] r72980 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp

Duncan Sands baldrick at free.fr
Sun Jun 7 12:44:35 PDT 2009


Hi Eli,

> Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the 
> integer type to be consistent with normal operation legalization.  No visible
> change because nothing is actually using this at the moment.

I think this is a mistake.  Type legalization is completely regular, and
I don't see the advantage of adding special cases.  I would rather see
operation legalization made more regular.

Ciao,

Duncan.



More information about the llvm-commits mailing list