Files
llvm-6502/include/llvm/CodeGen
Duncan Sands 3a66a68b0c Introduce new convenience methods for sign extending or
truncating an SDValue (depending on whether the target
type is bigger or smaller than the value's type); or zero
extending or truncating it.  Use it in a few places (this
seems to be a popular operation, but I only modified cases
of it in SelectionDAGBuild).  In particular, the eh_selector
lowering was doing this wrong due to a repeated rather than
inverted test, fixed with this change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84027 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-13 21:04:12 +00:00
..
2009-08-08 17:29:04 +00:00
2009-10-05 15:23:17 +00:00
2009-10-09 00:57:38 +00:00
2009-05-18 21:08:45 +00:00
2009-09-03 06:00:00 +00:00
2009-09-27 15:41:19 +00:00
2009-07-08 21:57:46 +00:00