[llvm-commits] [llvm] r99345 - in /llvm/trunk/lib/Target/X86: CMakeLists.txt SSEDomainFix.cpp X86.h X86InstrInfo.cpp X86InstrInfo.h X86TargetMachine.cpp X86TargetMachine.h

Chris Lattner clattner at apple.com
Tue Mar 23 17:19:03 PDT 2010


On Mar 23, 2010, at 4:53 PM, Jakob Stoklund Olesen wrote:

> 
> On Mar 23, 2010, at 4:17 PM, Chris Lattner wrote:
> 
>> 
>> On Mar 23, 2010, at 4:14 PM, Jakob Stoklund Olesen wrote:
>>> +  static const unsigned PackedIntInstrs[] = {
>>> +    X86::LDDQUrm,
>>> +    X86::MASKMOVDQU,
>> 
>> Ewww...!
> 
> Yeah, I agree.
> 
>> Can you add a bit to TargetInstrDesc::TSFlags so that this lives in the .td files?
> 
> Bits 22 and 23 are the last two bits in TSFlags. I would need to use both

Go for it,

-Chris





More information about the llvm-commits mailing list