[PATCH] D61390: [CodeGen] Add lround/llround builtins

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 12:50:05 PDT 2019


craig.topper added a comment.

To use the FP type you need to add the new ISD opcodes to the switch in SelectionDAGLegalize::LegalizeOp that assigns the Action variable. You'll need to call TLI.getOperationAction on the first operand type.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61390/new/

https://reviews.llvm.org/D61390





More information about the llvm-commits mailing list