[llvm-commits] [llvm] r164926 - /llvm/trunk/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Jim Grosbach
grosbach at apple.com
Wed Oct 3 13:48:52 PDT 2012
On Oct 3, 2012, at 1:29 PM, Michael Liao <michael.liao at intel.com> wrote:
> On Wed, 2012-10-03 at 13:07 -0700, Jakob Stoklund Olesen wrote:
>> On Oct 2, 2012, at 6:02 PM, Michael Liao <michael.liao at intel.com> wrote:
>>
>>> On Tue, 2012-10-02 at 11:32 -0700, Jakob Stoklund Olesen wrote:
>>>> On Oct 2, 2012, at 11:25 AM, Michael Liao <michael.liao at intel.com> wrote:
>>>>
>>>>> It seems to me a good idea. Attachment is my first draft to add this
>>>>> support in X86 backend. Thanks for your review.
>>>>
>>>> Very nice.
>>>>
>>>> I think it would be cleaner to use an X86Reg class that forces the HWEncoding to be set for all registers. See ARMReg in ARMRegisterInfo.td.
>>>
>>> Here is the revised patch.
>>
>> LGTM, assuming tests are passing, of course.
>
> All regression tests passed. I will try to self-hosting compilation
> later to double-check insn encoding.
>
Thanks for doing this. The new code is a significant improvement. Good stuff!
-Jim
> Yours
> - Michael
>
>>
>> /jakob
>>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list