aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-06-10 16:01:29 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-06-10 16:01:29 +0000
commit3787b122552d8dfc1cb965494bf4f1803c6acbc5 (patch)
tree956e1c6645fffff7b986569b88c3fca193b4372f /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
parentb9a023383e9dd4ff82e9862c92450d4d1d193464 (diff)
downloadllvm-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