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)
commit955cf5326680bda17d6b8aa2dc9168927af8547f
treea8bd57b6b319cb7516d7d94ece90aef1d94cbeed
parent9005b8d27d68caeb893d74aa75cd679972d86cef
Use the isTruncFree and isZExtFree API to figure out of these operations are free. Thanks Andy!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetTransformImpl.cpp