Use the isTruncFree and isZExtFree API to figure out of these operations are free...
authorNadav Rotem <nrotem@apple.com>
Sun, 11 Nov 2012 05:34:45 +0000 (05:34 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 11 Nov 2012 05:34:45 +0000 (05:34 +0000)
commit3b99dc62a75c88178ad2a96e96f3f1efb992e59f
treed548da10e33289b7dd6e2071b6320cf6ac3b7fc8
parent12930749ab7eddf827bfdb702545052d832ad525
Use the isTruncFree and isZExtFree API to figure out of these operations are free. Thanks Andy!

llvm-svn: 167685
llvm/lib/Target/TargetTransformImpl.cpp