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 84ff8d8 commit e29f829Copy full SHA for e29f829
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -95,7 +95,7 @@ static bool isFloatScalarMoveOrScalarSplatInstr(const MachineInstr &MI) {
95
}
96
97
static bool isVInsertInstr(const MachineInstr &MI) {
98
- return RISCV::getRVVMCOpcode(MI.getOpcode()) == RISCV::RI_VINSERT;
+ return RISCV::getRVVMCOpcode(MI.getOpcode()) == RISCV::RI_VINSERT;
99
100
101
static bool isVExtractInstr(const MachineInstr &MI) {
0 commit comments