remove a confused pattern that is trying to match an address

then use it as an MMX register (!?).

llvm-svn: 96901
This commit is contained in:
Chris Lattner 2010-02-23 07:16:12 +00:00
parent a7722b6f76
commit 7489838a89
1 changed files with 0 additions and 7 deletions

View File

@ -599,13 +599,6 @@ let AddedComplexity = 10 in {
(MMX_PUNPCKHDQrr VR64:$src, VR64:$src)>;
}
// Patterns to perform vector shuffling with a zeroed out vector.
let AddedComplexity = 20 in {
def : Pat<(bc_v2i32 (mmx_unpckl immAllZerosV,
(v2i32 (scalar_to_vector (load_mmx addr:$src))))),
(MMX_PUNPCKLDQrm VR64:$src, VR64:$src)>;
}
// Some special case PANDN patterns.
// FIXME: Get rid of these.
def : Pat<(v1i64 (and (xor VR64:$src1, (bc_v1i64 (v2i32 immAllOnesV))),