[llvm-commits] [llvm] r40502 - /llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp

Chris Lattner clattner at apple.com
Wed Aug 1 16:33:56 PDT 2007


On Aug 1, 2007, at 3:46 PM, Evan Cheng wrote:

>>> A subtarget field is an acceptable compromise. However, it's not
>>> hasNoSmallModel(). We are still using small code model (i.e.
>>> everything must fit within 4G). It's just the lower 4G is not
>>> available.
>>
>> Ah, so everything fits in "some" 4g, but just not the "low"  4g?
>
> Yep.

Ok, can you please add the subtarget flag when convenient?  Thanks,

-Chris



More information about the llvm-commits mailing list