Patches for addition: https://reviews.llvm.org/D53053, https://reviews.llvm.org/D53340
Patches for subtraction: https://reviews.llvm.org/D53783
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/docs/LangRef.rst | ||
---|---|---|
12579 ↗ | (On Diff #174690) | 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? |
llvm/docs/LangRef.rst | ||
---|---|---|
12579 ↗ | (On Diff #174690) | I'd be up for either. My initial plan was what your first suggestion was of putting it under the Fixed Point section with a reference or some mention to the Saturation section. |