[PATCH] D15604: Changes in conversion cost model for X86 target

Nadav Rotem via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 09:00:43 PST 2015


nadav added a comment.

Elena,

We don't let the instruction Sitofp <4 x i32 > %a to <4 x f64> go through the type legalizer.

We handle it as a DAGCombine optimization.  DAGCombine optimizations are represented as entries in the table.

-Nadav


Repository:
  rL LLVM

http://reviews.llvm.org/D15604





More information about the llvm-commits mailing list