[llvm-commits] [llvm] r119768 - /llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Bill Wendling wendling at apple.com
Fri Nov 19 16:34:12 PST 2010


On Nov 19, 2010, at 3:12 AM, Jay Foad wrote:

>> URL: http://llvm.org/viewvc/llvm-project?rev=119768&view=rev
>> Log:
>> Provide Thumb2 encodings for strex and ldrex.
> 
> I'm getting:
> 
> llvm[3]: Building ARM.td decoder tables with tblgen
> Decoding Conflict:
> 		111010001100....................
> 		11101000.100....................
> 		11101000.10.....................
> 		11101....10.....................
> 		11101...........................
> 		................................
> 	t2STREXB 111010001100____________________
> 	t2STREXD 111010001100____________________
> 	t2STREXH 111010001100____________________
> Decoding Conflict:
> 		111010001101....____1111____....
> 		111010001101....____________....
> 		111010001101....................
> 		11101000.101....................
> 		11101000.10.....................
> 		11101....10.....................
> 		11101...........................
> 		................................
> 	t2LDREXB 111010001101________1111________
> 	t2LDREXH 111010001101________1111________
> 
> Is that bad?
> 
Yes. :-)

Owen fixed it all ready.

-bw





More information about the llvm-commits mailing list