diff options
| author | Michael Liao <michael.liao@intel.com> | 2012-08-14 21:24:47 +0000 |
|---|---|---|
| committer | Michael Liao <michael.liao@intel.com> | 2012-08-14 21:24:47 +0000 |
| commit | 7091b2451d46ae7e85188d1c5d7a43d775346ee0 (patch) | |
| tree | 7add0bc3c28d704c45893f61e9760e4406152ef9 /utils/TableGen/CodeGenRegisters.cpp | |
| parent | fc1a161d76f5cc0204bed3bce3e27cf36ac76d22 (diff) | |
fix PR11334
- 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenRegisters.cpp')
0 files changed, 0 insertions, 0 deletions
