[llvm] 16ba77d - [RISCV] Remove stale FIXMEs from float-convert.ll and double-convert.ll. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 14:27:58 PDT 2021
Author: Craig Topper
Date: 2021-09-22T14:25:40-07:00
New Revision: 16ba77d19c5e28e693fc1bf69d7c6071ed59c6b1
URL: https://github.com/llvm/llvm-project/commit/16ba77d19c5e28e693fc1bf69d7c6071ed59c6b1
DIFF: https://github.com/llvm/llvm-project/commit/16ba77d19c5e28e693fc1bf69d7c6071ed59c6b1.diff
LOG: [RISCV] Remove stale FIXMEs from float-convert.ll and double-convert.ll. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/double-convert.ll
llvm/test/CodeGen/RISCV/float-convert.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/double-convert.ll b/llvm/test/CodeGen/RISCV/double-convert.ll
index 9c7e39cf39e3..cc54a7aec786 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 24ceb656d161..f1fca49df5fb 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:
More information about the llvm-commits
mailing list