[PATCH] D74729: [FPEnv] Intrinsic for setting rounding mode

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 19:45:03 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/IR/IRBuilder.h:904
 
+  /// Create call to the set_rounding intrinsic.
+  CallInst *createSetRounding(Value *RM, const Twine &Name = "") {
----------------
Do we need this? I don't think we provide IRBuilder for all intrinsics. Just common ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74729



More information about the llvm-commits mailing list