We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26ac73 commit e8f9540Copy full SHA for e8f9540
llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -347,9 +347,8 @@ enum NodeType {
347
USHLSAT,
348
349
/// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication
350
- /// on
351
- /// 2 integers with the same width and scale. SCALE represents the scale of
352
- /// both operands as fixed point numbers. This SCALE parameter must be a
+ /// on 2 integers with the same width and scale. SCALE represents the scale
+ /// of both operands as fixed point numbers. This SCALE parameter must be a
353
/// constant integer. A scale of zero is effectively performing
354
/// multiplication on 2 integers.
355
SMULFIX,
0 commit comments