[PATCH] D24459: [SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legal

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 08:38:17 PDT 2016


hfinkel added a comment.

Why don't we create it with i32 during SDAG building and then legalize the type later during type legalization (i.e. add handling in DAGTypeLegalizer::ExpandIntegerResult)?


https://reviews.llvm.org/D24459





More information about the llvm-commits mailing list