Skip to content
  • Michael Liao's avatar
    effae0c8
    Add alternative support for FP_ROUND from v2f32 to v2f64 · effae0c8
    Michael Liao authored
    - Due to the current matching vector elements constraints in ISD::FP_EXTEND,
      rounding from v2f32 to v2f64 is scalarized. Add a customized v2f32 widening
      to convert it into a target-specific X86ISD::VFPEXT to work around this
      constraints. This patch also reverts a previous attempt to fix this issue by
      recovering the scalarized ISD::FP_EXTEND pattern and thus significantly
      reduces the overhead of supporting non-power-2 vector FP extend.
    
    llvm-svn: 165625
    effae0c8
    Add alternative support for FP_ROUND from v2f32 to v2f64
    Michael Liao authored
    - Due to the current matching vector elements constraints in ISD::FP_EXTEND,
      rounding from v2f32 to v2f64 is scalarized. Add a customized v2f32 widening
      to convert it into a target-specific X86ISD::VFPEXT to work around this
      constraints. This patch also reverts a previous attempt to fix this issue by
      recovering the scalarized ISD::FP_EXTEND pattern and thus significantly
      reduces the overhead of supporting non-power-2 vector FP extend.
    
    llvm-svn: 165625
Loading