[PATCH] D84162: GlobalISel: Define mulfix/divfix opcodes
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 14:27:19 PDT 2020
paquette added inline comments.
================
Comment at: llvm/include/llvm/Target/GenericOpcodes.td:548-550
+/// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication
+/// on
+/// 2 integers with the same width and scale. SCALE represents the scale of
----------------
formatting in comment is strange here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84162/new/
https://reviews.llvm.org/D84162
More information about the llvm-commits
mailing list