[PATCH] D54729: [Docs] Documentation for the saturation addition and subtraction intrinsics

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 03:41:21 PST 2018


bjope added inline comments.


================
Comment at: llvm/docs/LangRef.rst:12579
 
+Saturation Arithmetic Intrinsics
+---------------------------------
----------------
nit: As I also wrote in https://reviews.llvm.org/D54719 we will get a tiny problem when adding support for smul.fix.sat if we have one chapter called "Saturation Arithmetic Intrinsics" and one called "Fixed Point Arithmetic Intrinsics" in the LangRef. Maybe we can solve that by describing smul.fix.sat as a "Fixed Point Arithmetic Intrinsics" and maybe add a reference or something in this chapter. Or should all these saturation/fixedpoint intrinsics be in a common chapter?


Repository:
  rL LLVM

https://reviews.llvm.org/D54729





More information about the llvm-commits mailing list