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 e6f85cb commit bd34a89Copy full SHA for bd34a89
llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -70,8 +70,8 @@ enum NodeType {
70
/// AssertNoFPClass - These nodes record if a register contains a float
71
/// value that is known to be not some type.
72
/// This node takes two operands. The first is the node that is known
73
- /// never to be some float types. and the second is a constant value with
74
- /// the value of FPClassTest (casted to uint64_t).
+ /// never to be some float types; the second is a constant value with
+ /// the value of FPClassTest (casted to uint32_t).
75
/// NOTE: In case of the source value (or any vector element value) is
76
/// poisoned the assertion will not be true for that value.
77
AssertNoFPClass,
0 commit comments