[llvm-commits] [llvm] r139854 - /llvm/trunk/lib/Target/X86/X86InstrInfo.cpp

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Thu Sep 15 15:58:42 PDT 2011


Hi Chris,

On Thu, Sep 15, 2011 at 3:55 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 15, 2011, at 2:42 PM, Bruno Cardoso Lopes wrote:
>
>> Author: bruno
>> Date: Thu Sep 15 16:42:23 2011
>> New Revision: 139854
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=139854&view=rev
>> Log:
>> Factor out partial register update checks for some SSE instructions.
>> Also add the AVX versions and add comments!
>
> Hi Bruno,
>
> I know it isn't your fault, but could hasPartialRegUpdate become a "TSFlag" bit so it can be in the .td files instead of .cpp code?

I was just talking about that with Jakob, already in my TODO. I'll add
FIXME there anyways! :)

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



More information about the llvm-commits mailing list