[llvm-commits] [llvm] r99758 - /llvm/trunk/lib/Target/X86/X86InstrSSE.td

Chris Lattner sabre at nondot.org
Sun Mar 28 11:53:14 PDT 2010


On Mar 28, 2010, at 2:05 AM, Eli Friedman wrote:

> On Sun, Mar 28, 2010 at 1:40 AM, Chris Lattner <sabre at nondot.org> wrote:
>> --- llvm/trunk/lib/Target/X86/X86InstrSSE.td (original)
>> +++ llvm/trunk/lib/Target/X86/X86InstrSSE.td Sun Mar 28 03:40:48 2010
>> @@ -3198,8 +3198,6 @@
>> 
>>  // Set lowest element and zero upper elements.
>>  let AddedComplexity = 15 in
>> -def : Pat<(v2f64 (movl immAllZerosV_bc, VR128:$src)),
>> -          (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
>>  def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
>>           (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
> 
> Did you mean to delete the AddedComplexity line as well?

Yes, great catch!!

-Chris



More information about the llvm-commits mailing list