diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-02 05:37:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-02 05:37:12 +0000 |
commit | ebca476b274deb26fe8e598c95ea91a622b8bb32 (patch) | |
tree | e74c887d6dea68979baa89901f49a96ab281598b /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | f42d0aeda16357403fff5729676fab2cb50008c7 (diff) | |
download | llvm-ebca476b274deb26fe8e598c95ea91a622b8bb32.zip llvm-ebca476b274deb26fe8e598c95ea91a622b8bb32.tar.gz llvm-ebca476b274deb26fe8e598c95ea91a622b8bb32.tar.bz2 |
Allow transforming this:
%tmp = cast <4 x uint>* %testData to <4 x int>* ; <<4 x int>*> [#uses=1]
%tmp = load <4 x int>* %tmp ; <<4 x int>> [#uses=1]
to this:
%tmp = load <4 x uint>* %testData ; <<4 x uint>> [#uses=1]
%tmp = cast <4 x uint> %tmp to <4 x int> ; <<4 x int>> [#uses=1]
llvm-svn: 27353
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions