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 ffaabce commit e1a1954Copy full SHA for e1a1954
llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
@@ -1382,7 +1382,6 @@ RISCVVLOptimizer::checkUsers(const MachineInstr &MI) const {
1382
// If the operand is used as a scalar operand, then the EEW must be
1383
// compatible. Otherwise, the EMUL *and* EEW must be compatible.
1384
bool IsVectorOpUsedAsScalarOp = isVectorOpUsedAsScalarOp(UserOp);
1385
-
1386
if ((IsVectorOpUsedAsScalarOp &&
1387
!OperandInfo::EEWAreEqual(*ConsumerInfo, *ProducerInfo)) ||
1388
(!IsVectorOpUsedAsScalarOp &&
0 commit comments