[X86] Remove a seemlingly unused pattern. The same pattern appears elsewhere with an AddedComplexity that made this unreachable.

llvm-svn: 268183
This commit is contained in:
Craig Topper 2016-05-01 05:22:13 +00:00
parent 6e862bbfa3
commit 742977ede8
1 changed files with 0 additions and 2 deletions

View File

@ -7250,8 +7250,6 @@ let Predicates = [UseSSE41] in {
let AddedComplexity = 15 in
def : Pat<(v4i32 (X86vzmovl (v4i32 VR128:$src))),
(PBLENDWrri (v4i32 (V_SET0)), VR128:$src, (i8 3))>;
def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
(BLENDPDrri (v2f64 (V_SET0)), VR128:$src, (i8 1))>;
}