Skip to content

Commit a8c36a8

Browse files
committed
added FMULADD comment#
1 parent cb60b77 commit a8c36a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ enum NodeType {
515515
FMAD,
516516

517517
/// FMULADD - Performs a * b + c, with, or without, intermediate rounding.
518+
/// It is expected that this will be illegal for most targets, as it usually
519+
/// makes sense to split this or use an FMA. But some targets, such as
520+
/// WebAssembly, can directly support these semantics.
518521
FMULADD,
519522

520523
/// FCOPYSIGN(X, Y) - Return the value of X with the sign of Y. NOTE: This

0 commit comments

Comments
 (0)