[PATCH] D149715: IR: Add llvm.frexp intrinsic

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 01:18:07 PDT 2023


foad added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/ISDOpcodes.h:935
+
+  /// FREXP - frexp, extract fractional and exponent component of a
+  /// floating-point value. Returns the two components as separate return
----------------
Typo "FFREXP", or just remove it?


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

https://reviews.llvm.org/D149715



More information about the llvm-commits mailing list