Recognize another euphemism for MOVDQ2Q.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Stuart Hastings 2009-06-03 21:39:14 +00:00
parent 424f8f339a
commit 77648cfd75

View File

@ -680,6 +680,8 @@ 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.