diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-02 05:43:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-02 05:43:13 +0000 |
commit | caba72b6ff9aa81b5e1ad07d8c246d30ceb616e0 (patch) | |
tree | 424c07ee1837319fb8acbf3c59143ae2fe7ca4b1 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 7ee10dec05cdf2ddf24239aa8794402d77f385aa (diff) | |
download | llvm-caba72b6ff9aa81b5e1ad07d8c246d30ceb616e0.zip llvm-caba72b6ff9aa81b5e1ad07d8c246d30ceb616e0.tar.gz llvm-caba72b6ff9aa81b5e1ad07d8c246d30ceb616e0.tar.bz2 |
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]
llvm-svn: 27355
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions