Skip to content

Commit fd07684

Browse files
Update llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
Co-authored-by: Luke Lau <[email protected]>
1 parent 48fee3b commit fd07684

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
@@ -497,7 +497,7 @@ getOperandLog2EEW(const MachineOperand &MO, const MachineRegisterInfo *MRI) {
497497
case RISCV::VANDN_VX:
498498
// Vector Reverse Bits in Elements
499499
case RISCV::VBREV_V:
500-
// Vector Reverse Bytes in Bytes
500+
// Vector Reverse Bits in Bytes
501501
case RISCV::VBREV8_V:
502502
// Vector Reverse Bytes
503503
case RISCV::VREV8_V:

0 commit comments

Comments
 (0)