[PATCH] D158260: [GlobalISel] Add support for *_fpmode intrinsics

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 10:45:23 PDT 2023


tschuett added inline comments.


================
Comment at: llvm/include/llvm/Target/GenericOpcodes.td:1009
+// These operations read/write floating-point environment. This property is
+// represented by side effect, because constrained intrinsics (which also acces
+// FP environment) use this way.
----------------
side effects and access.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158260



More information about the llvm-commits mailing list