[llvm-commits] [llvm] r46538 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ lib/Target/ARM/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/PowerPC/

Chris Lattner clattner at apple.com
Tue Jan 29 21:19:45 PST 2008


On Jan 29, 2008, at 4:15 PM, Dan Gohman wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=46538&view=rev
> Log:
> Factor the addressing mode and the load/store VT out of LoadSDNode
> and StoreSDNode into their common base class LSBaseSDNode. Member
> functions getLoadedVT and getStoredVT are replaced with the common
> getMemoryVT to simplify code that will handle both loads and stores.

Nice!

-Chris



More information about the llvm-commits mailing list