[X86] Remove some standalone patterns in favor of the patterns in the MOVLPD...
[X86] Remove some standalone patterns in favor of the patterns in the MOVLPD instruction definitions. Previously we passed 'null_frag' into the instruction definition. The multiclass is shared with MOVHPD which doesn't use null_frag. It turns out by passing X86Movsd it produces patterns equivalent to some standalone patterns. llvm-svn: 337299
Loading
Please sign in to comment