[llvm-commits] CVS: llvm/include/llvm/CodeGen/CallingConvLower.h SelectionDAG.h SelectionDAGNodes.h ValueTypes.h

Dan Gohman djg at cray.com
Fri Jun 29 12:47:48 PDT 2007


>>
>> I notice that several places use !MVT::isExtendedValueType(VT).
>> Please add MVT::isSimpleValueType()

After making a different change to TargetLowering.h following the review feedback,
there are fewer of these. Fewer uses of isExtendedVT are negated than not now.
I'd prefer to avoid having two different names to do essentially the same thing.

Dan

-- 
Dan Gohman, Cray Inc.



More information about the llvm-commits mailing list