aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-11 23:02:46 +0000
committerChris Lattner <sabre@nondot.org>2009-10-11 23:02:46 +0000
commit2c2deae5ac7c3c8442d9e634554160ebb4cd7622 (patch)
tree483081f4e70ecfc91387498cacbb8a91ce2c50ef /llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
parentda0508fe158b100bf609a0681c51d7d59543880a (diff)
downloadllvm-2c2deae5ac7c3c8442d9e634554160ebb4cd7622.zip
llvm-2c2deae5ac7c3c8442d9e634554160ebb4cd7622.tar.gz
llvm-2c2deae5ac7c3c8442d9e634554160ebb4cd7622.tar.bz2
remove some harmful code that would turn an insertelement on an undef
into a shuffle even if it was used by another insertelement. If the visitation order of instcombine was wrong, this would turn a chain of insertelements into a chain of shufflevectors, which was quite painful. Since CollectShuffleElements handles these cases, the code can just be nuked. llvm-svn: 83810
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions