[PATCH] D55625: [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 05:41:22 PST 2019
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
Herald added a project: LLVM.
LGTM
================
Comment at: llvm/docs/LangRef.rst:13099
-It is undefined behavior if the source value does not fit within the range of
+It is undefined behavior if the result value does not fit within the range of
the fixed point type.
----------------
Please commit the llvm.smul.fix changes separately
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55625/new/
https://reviews.llvm.org/D55625
More information about the llvm-commits
mailing list