[PATCH] D54749: Saturating float to int casts: Basics [1/n]

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 12:55:19 PDT 2020


nikic added inline comments.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1251
+def int_fptosi_sat : Intrinsic<[llvm_anyint_ty], [llvm_anyfloat_ty],
+                               [IntrNoMem, IntrSpeculatable]>;
+
----------------
These should also be IntrWillReturn, which has been added in the meantime.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D54749



More information about the llvm-commits mailing list