diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-06-10 16:01:29 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-06-10 16:01:29 +0000 |
commit | 3787b122552d8dfc1cb965494bf4f1803c6acbc5 (patch) | |
tree | 956e1c6645fffff7b986569b88c3fca193b4372f /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | b9a023383e9dd4ff82e9862c92450d4d1d193464 (diff) | |
download | llvm-3787b122552d8dfc1cb965494bf4f1803c6acbc5.zip llvm-3787b122552d8dfc1cb965494bf4f1803c6acbc5.tar.gz llvm-3787b122552d8dfc1cb965494bf4f1803c6acbc5.tar.bz2 |
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
The SelectionDAG bad a special case for ISD::SELECT_CC, where it would
allow targets to specify:
setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
to indicate that they wanted to expand ISD::SELECT_CC for all types.
This wasn't applied correctly everywhere, and it makes writing new
DAG patterns with ISD::SELECT_CC difficult.
llvm-svn: 210541
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions