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 | a1c3538537b853482479222b50810a16be7b04c9 (patch) | |
tree | 5ceccb7e911def053cf009186b040128ffb9e4dd /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 82ed58f9c4948962d135823e344161b25d2e41c8 (diff) |
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]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions