summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-06-25 16:23:39 +0000
committerDan Gohman <gohman@apple.com>2007-06-25 16:23:39 +0000
commita866514528d482b3b0e4118b45a675d9dfca6d93 (patch)
treee410059f4757b2fcbd6ec5011672cee098d21870 /llvm/lib/Transforms
parent2e84e3f7b7ad22ea20c5e56db905886fc67fe13f (diff)
downloadbcm5719-llvm-a866514528d482b3b0e4118b45a675d9dfca6d93.tar.gz
bcm5719-llvm-a866514528d482b3b0e4118b45a675d9dfca6d93.zip
Generalize MVT::ValueType and associated functions to be able to represent
extended vector types. Remove the special SDNode opcodes used for pre-legalize vector operations, and the special MVT::Vector type used with them. Adjust lowering and legalize to work with the normal SDNode kinds instead, and to use the normal MVT functions to work with vector types instead of using the two special operands that the pre-legalize nodes held. This allows pre-legalize and post-legalize DAGs, and the code that operates on them, to be more consistent. Pre-legalize vector operators can be handled more consistently with scalar operators. And, -view-dag-combine1-dags and -view-legalize-dags now look prettier for vector code. llvm-svn: 37719
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud