[llvm-commits] [llvm] r99345 - in /llvm/trunk/lib/Target/X86: CMakeLists.txt SSEDomainFix.cpp X86.h X86InstrInfo.cpp X86InstrInfo.h X86TargetMachine.cpp X86TargetMachine.h
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Mar 23 16:53:41 PDT 2010
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.
More information about the llvm-commits
mailing list