[llvm-commits] [llvm] r127097 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Mar 8 13:34:25 PST 2011


On Mar 8, 2011, at 12:23 PM, Villmow, Micah wrote:

> Anton,
> Is there a reason why this is being shortened to 8 bits? I currently need all 16 bits in AMD's backend and this would break our backend if we sync to past this changelist.

Micah, 

If you are putting semantic information in there, you could be using an immediate operand instead. Nobody is going to mess with that. This is what inline asm does.

/jakob

> 
> Micah
> 
>> -----Original Message-----
>> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
>> bounces at cs.uiuc.edu] On Behalf Of Anton Korobeynikov
>> Sent: Saturday, March 05, 2011 10:43 AM
>> To: llvm-commits at cs.uiuc.edu
>> Subject: [llvm-commits] [llvm] r127097 -
>> /llvm/trunk/include/llvm/CodeGen/MachineInstr.h
>> 
>> Author: asl
>> Date: Sat Mar  5 12:42:54 2011
>> New Revision: 127097
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=127097&view=rev
>> Log:
>> Shorten AsmPrinterFlags filed to accomodate for future Flags field
>> 
>> Modified:
>>    llvm/trunk/include/llvm/CodeGen/MachineInstr.h






More information about the llvm-commits mailing list