Skip to content
  1. Aug 27, 2012
  2. Aug 25, 2012
  3. Aug 24, 2012
  4. Aug 23, 2012
  5. Aug 22, 2012
  6. Aug 21, 2012
  7. Aug 20, 2012
  8. Aug 19, 2012
  9. Aug 18, 2012
  10. Aug 17, 2012
  11. Aug 16, 2012
  12. Aug 15, 2012
  13. Aug 14, 2012
    • Michael Liao's avatar
      fix PR11334 · 34107b91
      Michael Liao authored
      - FP_EXTEND only support extending from vectors with matching elements.
        This results in the scalarization of extending to v2f64 from v2f32,
        which will be legalized to v4f32 not matching with v2f64.
      - add X86-specific VFPEXT supproting extending from v4f32 to v2f64.
      - add BUILD_VECTOR lowering helper to recover back the original
        extending from v4f32 to v2f64.
      - test case is enhanced to include different vector width.
      
      llvm-svn: 161894
      34107b91
Loading