[PATCH] D69562: Mapping of FP operations to constrained intrinsics

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 06:51:12 PST 2019


kpn added inline comments.


================
Comment at: llvm/lib/IR/FloatingPoint.cpp:170
+        IID = Intrinsic::experimental_constrained_trunc;
+        break;
+      default:
----------------
Can you please update docs/AddingConstrainedIntrics.rst as well? When new intrinsics are added this switch here would need to be updated as well. Might as well document that fact.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69562





More information about the llvm-commits mailing list