aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-18 20:12:05 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-18 20:12:05 +0000
commit77926da196908244598627408babdc5254b4a991 (patch)
treea5e6cf4f337d01d12dd39e12089ab22f0b244874 /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
parent5a11abaf2c21e203acaedea37ebd151fa1124d89 (diff)
downloadexternal_llvm-77926da196908244598627408babdc5254b4a991.tar.gz
external_llvm-77926da196908244598627408babdc5254b4a991.tar.bz2
external_llvm-77926da196908244598627408babdc5254b4a991.zip
Revert 53729, after waking up in the middle of
the night realising that it was wrong :) I think the reason the same type was being used for the shufflevec of indices as for the actual indices is so that if one of them needs splitting then so does the other. After my patch it might be that the indices need splitting but not the rest, yet there is no good way of handling that. I think the right solution is to not have the shufflevec be an operand at all: just have it be the list of numbers it actually is, stored as extra info in the node. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
0 files changed, 0 insertions, 0 deletions