[llvm-commits] [llvm] r139553 - in /llvm/trunk: lib/Target/X86/X86InstrSSE.td test/CodeGen/X86/avx-basic.ll

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Tue Sep 13 09:53:28 PDT 2011


Hi,

On Tue, Sep 13, 2011 at 12:17 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 12, 2011, at 3:59 PM, Bruno Cardoso Lopes wrote:
>
>> Author: bruno
>> Date: Mon Sep 12 17:59:23 2011
>> New Revision: 139553
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=139553&view=rev
>> Log:
>> Fix PR10845. SUBREG_TO_REG shouldn't be used when the input and
>> destination types are equal!
>
> Hi Bruno,
>
> Should tablegen catch this and emit an error?

I was thinking about that, it needs to be more strict indeed. I'll try
to enhance that a bit soon!

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc



More information about the llvm-commits mailing list