[PATCH] D11262: [SDAG] Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN

James Molloy james.molloy at arm.com
Wed Jul 22 13:37:02 PDT 2015


jmolloy added a comment.

Hi Matt,

> Do these have a corresponding IR intrinsic like fminnum/fmaxnum because I don't see the SelectionDAGBuilder part?


They don't have intrinsics (although I can create some if you want). I have SDAGBuilder changes in a followup (it generates both fmaxnum and fmaxnan, so I didn't think it belonged in the same diff.

James


Repository:
  rL LLVM

http://reviews.llvm.org/D11262







More information about the llvm-commits mailing list