aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-02 05:43:13 +0000
committerChris Lattner <sabre@nondot.org>2006-04-02 05:43:13 +0000
commit4132afb0d2398ae6d211edc9ffc9d2ec25b7abb2 (patch)
tree1dca7f87fe8e5b36edcf2a4b371bc3233d0da906 /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parenta3124a3d1eb4349d22b4abaac3a08b4d112d87a5 (diff)
vector casts of casts are eliminable. Transform this:
%tmp = cast <4 x uint> %tmp to <4 x int> ; <<4 x int>> [#uses=1] %tmp = cast <4 x int> %tmp to <4 x float> ; <<4 x float>> [#uses=1] into: %tmp = cast <4 x uint> %tmp to <4 x float> ; <<4 x float>> [#uses=1] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions