[LLVMdev] Attention - Out of Tree Targets: setOperationAction(ISD::SELECT_CC, MVT::Other, Expand); no longer works.

Tom Stellard tom at stellard.net
Tue Jun 10 10:45:20 PDT 2014


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



More information about the llvm-dev mailing list