[llvm-commits] [llvm] r48329 - in /llvm/trunk: include/llvm/Target/TargetInstrInfo.h lib/CodeGen/LowerSubregs.cpp lib/Target/TargetSelectionDAG.td lib/Target/X86/X86ATTAsmPrinter.cpp lib/Target/X86/X86ISelDAGToDAG.cpp lib/Target/X86/X86Instr64bit.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.h lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86IntelAsmPrinter.cpp utils/TableGen/DAGISelEmitter.cpp

Bill Wendling isanbard at gmail.com
Wed Mar 12 23:42:27 PDT 2008


Cool! Thanks :)

-bw

On Mar 12, 2008, at 11:35 PM, Christopher Lamb wrote:

> Typo. =) This enum will disappear with my next patch, so no worries.
>
> On Mar 12, 2008, at 11:29 PM, Bill Wendling wrote:
>
>> On Mar 12, 2008, at 10:47 PM, Christopher Lamb wrote:
>>
>>> ==================================================================== 
>>> ==
>>> ========
>>> --- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
>>> +++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Thu Mar 13
>>> 00:47:01 2008
>>> @@ -51,6 +51,15 @@
>>>      EXTRACT_SUBREG = 4,
>>>      INSERT_SUBREG = 5
>>>    };
>>> +
>>> +  // Target independent implict values for use with subreg insert.
>>> All targets
>>> +  // that support insert_subreg support IMPL_VAL_UNDEF. Support
>>> for the other
>>> +  // values is target dependent.
>>> +  enum ImplictVal {
>>> +    IMPL_VAL_UNDEF = 0,
>>> +    IMPL_VAL_ZERO  = 1,
>>> +    LAST_IMPL_VAL  = 3
>>> +  };
>>>
>> Why is LAST_IMPL_VAL 3?
>>
>> -bw
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> --
> Christopher Lamb
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080312/78a167cb/attachment.html>


More information about the llvm-commits mailing list