Skip to content

Commit 8c9ec5d

Browse files
committed
Address comments
1 parent f6fc19a commit 8c9ec5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ RISCVTTIImpl::getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT,
8686
}
8787
case RISCV::VMV_X_S:
8888
case RISCV::VFMV_F_S:
89-
Cost += 1;
90-
break;
9189
case RISCV::VMV_S_X:
9290
case RISCV::VFMV_S_F:
9391
Cost += 1;

0 commit comments

Comments
 (0)