Skip to content

Commit 58facd0

Browse files
authored
Update llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
1 parent 1d9bea3 commit 58facd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ getOperandLog2EEW(const MachineOperand &MO, const MachineRegisterInfo *MRI) {
672672
}
673673

674674
// Vector Compress Instruction
675-
// EEW=SEW except the mask operand has EEW=1. Mask operand is not handled
675+
// EEW=SEW, except the mask operand has EEW=1. Mask operand is not handled
676676
// before this switch.
677677
case RISCV::VCOMPRESS_VM:
678678
return MO.getOperandNo() == 3 ? 0 : MILog2SEW;

0 commit comments

Comments
 (0)