[PATCH] D71742: Added intrinsics for access to FP environment

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 13 09:38:30 PDT 2020


jdoerfert added inline comments.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:652
+  def int_reset_fpenv   : Intrinsic<[], []>;
 }
 
----------------
[Drive by][Unrelated] `nosync`, `nofree` missing. Should be `readonly` or `writeonly` I suspect. Arguments can be `nocapture`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71742





More information about the llvm-commits mailing list