Skip to content

Commit 653798e

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

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
@@ -1057,7 +1057,7 @@ static bool isSupportedInstr(const MachineInstr &MI) {
10571057
case RISCV::VANDN_VX:
10581058
// Vector Reverse Bits in Elements
10591059
case RISCV::VBREV_V:
1060-
// Vector Reverse Bytes in Bytes
1060+
// Vector Reverse Bits in Bytes
10611061
case RISCV::VBREV8_V:
10621062
// Vector Reverse Bytes
10631063
case RISCV::VREV8_V:

0 commit comments

Comments
 (0)