forked from OSchip/llvm-project
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:
parent
a7722b6f76
commit
7489838a89
|
@ -599,13 +599,6 @@ let AddedComplexity = 10 in {
|
||||||
(MMX_PUNPCKHDQrr VR64:$src, VR64:$src)>;
|
(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.
|
// Some special case PANDN patterns.
|
||||||
// FIXME: Get rid of these.
|
// FIXME: Get rid of these.
|
||||||
def : Pat<(v1i64 (and (xor VR64:$src1, (bc_v1i64 (v2i32 immAllOnesV))),
|
def : Pat<(v1i64 (and (xor VR64:$src1, (bc_v1i64 (v2i32 immAllOnesV))),
|
||||||
|
|
Loading…
Reference in New Issue