diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-09-16 02:16:42 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-09-16 02:16:42 +0000 |
| commit | 429c29d18756584175d35d179ac07b568eb05b1d (patch) | |
| tree | 90cc4109e2a021b980e84d4c608566dee0dc474b /llvm/lib | |
| parent | b1c024a2de90a90fc2687f1784b1e136350e9141 (diff) | |
| download | bcm5719-llvm-429c29d18756584175d35d179ac07b568eb05b1d.tar.gz bcm5719-llvm-429c29d18756584175d35d179ac07b568eb05b1d.zip | |
[x86] Remove a FIXME that doesn't make any sense. Only the lanes feeding
the blend that is matched by this are "used" in any sense, and so any
build_vector or other nodes feeding these will already drop other lanes.
llvm-svn: 217855
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 1b0e4fc3bf4..401effb5cb1 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -20033,9 +20033,6 @@ static SDValue combineShuffleToAddSub(SDNode *N, SelectionDAG &DAG) { VT == MVT::v4f64) && "Unknown vector type encountered!"); - // FIXME: Munge the inputs through no-op shuffles that drop the undef lanes to - // allow nuking any instructions that feed only those lanes. - return DAG.getNode(X86ISD::ADDSUB, DL, VT, LHS, RHS); } |

