Evan says it's wrong; back out 72808.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stuart Hastings 2009-06-03 22:59:34 +00:00
parent f5a1c35f1b
commit d58902a19b

View File

@ -680,8 +680,6 @@ def : Pat<(v4i16 (bitconvert (i64 (vector_extract (v2i64 VR128:$src),
def : Pat<(v8i8 (bitconvert (i64 (vector_extract (v2i64 VR128:$src),
(iPTR 0))))),
(v8i8 (MMX_MOVDQ2Qrr VR128:$src))>;
def : Pat<(v2i32 (bitconvert (f64 FR64:$src))),
(v2i32 (MMX_MOVDQ2Qrr VR128:$src))>;
// CMOV* - Used to implement the SELECT DAG operation. Expanded by the
// scheduler into a branch sequence.