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 1024b94 commit d77aef1Copy full SHA for d77aef1
llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -69,6 +69,9 @@ enum NodeType {
69
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 a float type. and the second is a constant value with
74
+ /// the value of FPClassTest (casted to uint64_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