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 fc48765 commit 3898107Copy full SHA for 3898107
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
@@ -1181,7 +1181,7 @@ class MachineIRBuilder {
1181
const SrcOp &Op0, const SrcOp &Op1,
1182
std::optional<unsigned> Flags = std::nullopt);
1183
1184
- /// Build and insert a \p Res = G_IS_FPCLASS \p Pred\p Src, \p Mask
+ /// Build and insert a \p Res = G_IS_FPCLASS \p Pred, \p Src, \p Mask
1185
MachineInstrBuilder buildIsFPClass(const DstOp &Res, const SrcOp &Src,
1186
unsigned Mask) {
1187
return buildInstr(TargetOpcode::G_IS_FPCLASS, {Res},
0 commit comments