File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3175,8 +3175,9 @@ bool RISCVDAGToDAGISel::doPeepholeMaskedRVV(SDNode *N) {
3175
3175
unsigned Opc = IsTA ? I->UnmaskedPseudo : I->UnmaskedTUPseudo ;
3176
3176
3177
3177
// Check that we're dropping the mask operand and any policy operand
3178
- // when we transform to this unmasked pseudo. Additionally, if this insturtion
3179
- // is tail agnostic, the unmasked instruction should not have a merge op.
3178
+ // when we transform to this unmasked pseudo. Additionally, if this
3179
+ // instruction is tail agnostic, the unmasked instruction should not have a
3180
+ // merge op.
3180
3181
uint64_t TSFlags = TII.get (Opc).TSFlags ;
3181
3182
assert ((IsTA != RISCVII::hasMergeOp (TSFlags)) &&
3182
3183
RISCVII::hasDummyMaskOp (TSFlags) &&
You can’t perform that action at this time.
0 commit comments