Tom Stellard
2014-Jun-10 17:45 UTC
[LLVMdev] Attention - Out of Tree Targets: setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); no longer works.
Hello Out of Tree Maintainers, The hacks in SelectionDAG for supporting setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); have been removed as of r210541. You will now need to explicitly set the SELECT_CC operations for each supported type. -Tom