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 ea2ce85 commit 6c166f2Copy full SHA for 6c166f2
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
@@ -1178,7 +1178,7 @@ class MachineIRBuilder {
1178
/// into \p Res.
1179
///
1180
/// \pre setBasicBlock or setMI must have been called.
1181
- /// \pre \p Res must be a generic virtual register with scalar type.
+ /// \pre \p Res must be a generic virtual register with scalable vector type.
1182
1183
/// \return a MachineInstrBuilder for the newly created instruction.
1184
MachineInstrBuilder buildStepVector(const DstOp &Res, unsigned Step);
0 commit comments