[llvm-commits] [llvm] r96214 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

Dan Gohman gohman at apple.com
Mon Feb 15 09:21:49 PST 2010


On Feb 14, 2010, at 11:11 PM, Chris Lattner wrote:

> Author: lattner
> Date: Mon Feb 15 01:11:34 2010
> New Revision: 96214
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=96214&view=rev
> Log:
> give SDValue an operator->, allowing V->isTargetOpcode() and
> many other natural things.


I had been gradually moving everything away from using SDValues
as if they were SDNodes. While it's convenient to ignore the
distinction sometimes, it's really hard to follow when it does
matter.

Dan




More information about the llvm-commits mailing list