diff --git a/llvm/test/CodeGen/RISCV/double-convert.ll b/llvm/test/CodeGen/RISCV/double-convert.ll index 9c7e39cf39e335..cc54a7aec78684 100644 --- a/llvm/test/CodeGen/RISCV/double-convert.ll +++ b/llvm/test/CodeGen/RISCV/double-convert.ll @@ -129,7 +129,6 @@ define i32 @fcvt_wu_d(double %a) nounwind { ; Test where the fptoui has multiple uses, one of which causes a sext to be ; inserted on RV64. -; FIXME: We should not have an fcvt.wu.d and an fcvt.lu.d. define i32 @fcvt_wu_d_multiple_use(double %x, i32* %y) { ; RV32IFD-LABEL: fcvt_wu_d_multiple_use: ; RV32IFD: # %bb.0: diff --git a/llvm/test/CodeGen/RISCV/float-convert.ll b/llvm/test/CodeGen/RISCV/float-convert.ll index 24ceb656d16117..f1fca49df5fb5b 100644 --- a/llvm/test/CodeGen/RISCV/float-convert.ll +++ b/llvm/test/CodeGen/RISCV/float-convert.ll @@ -72,7 +72,6 @@ define i32 @fcvt_wu_s(float %a) nounwind { ; Test where the fptoui has multiple uses, one of which causes a sext to be ; inserted on RV64. -; FIXME: We should not have an fcvt.wu.s and an fcvt.lu.s. define i32 @fcvt_wu_s_multiple_use(float %x, i32* %y) { ; RV32IF-LABEL: fcvt_wu_s_multiple_use: ; RV32IF: # %bb.0: