[llvm-commits] [llvm] r126382 - /llvm/trunk/include/llvm/Target/TargetLowering.h
Chris Lattner
clattner at apple.com
Thu Feb 24 14:44:20 PST 2011
On Feb 24, 2011, at 11:15 AM, Duncan Sands wrote:
> Hi Chris,
>
>>> Rewrite the vector part of getExtendedTypeAction to make it more
>>> understandable (at least I find it easier to understand like this).
>>> No intended functionality change.
>>
>> While you're here, can you move this out of line? It's huge :)
>
> I actually tried this once but failed because it created circular
> library dependencies.
Ok thanks. We need to split TargetLowering into two separate classes: one for IR lowering info (used by LSR), and one used by the selectiondag stuff. Not today though :)
-Chris
More information about the llvm-commits
mailing list