Skip to content

Commit e1a1954

Browse files
committed
!fixup update format
1 parent ffaabce commit e1a1954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,6 @@ RISCVVLOptimizer::checkUsers(const MachineInstr &MI) const {
13821382
// If the operand is used as a scalar operand, then the EEW must be
13831383
// compatible. Otherwise, the EMUL *and* EEW must be compatible.
13841384
bool IsVectorOpUsedAsScalarOp = isVectorOpUsedAsScalarOp(UserOp);
1385-
13861385
if ((IsVectorOpUsedAsScalarOp &&
13871386
!OperandInfo::EEWAreEqual(*ConsumerInfo, *ProducerInfo)) ||
13881387
(!IsVectorOpUsedAsScalarOp &&

0 commit comments

Comments
 (0)