mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
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:
@@ -680,8 +680,6 @@ def : Pat<(v4i16 (bitconvert (i64 (vector_extract (v2i64 VR128:$src),
|
|||||||
def : Pat<(v8i8 (bitconvert (i64 (vector_extract (v2i64 VR128:$src),
|
def : Pat<(v8i8 (bitconvert (i64 (vector_extract (v2i64 VR128:$src),
|
||||||
(iPTR 0))))),
|
(iPTR 0))))),
|
||||||
(v8i8 (MMX_MOVDQ2Qrr VR128:$src))>;
|
(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
|
// CMOV* - Used to implement the SELECT DAG operation. Expanded by the
|
||||||
// scheduler into a branch sequence.
|
// scheduler into a branch sequence.
|
||||||
|
Reference in New Issue
Block a user