From c8c62541b0729410696f5bef7c5c32d50a43bf4c Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 27 Nov 2020 12:06:04 -0800 Subject: [PATCH] [RISCV] Remove stale FIXMEs from a couple test cases. NFC --- test/CodeGen/RISCV/rv64Zbp.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/RISCV/rv64Zbp.ll b/test/CodeGen/RISCV/rv64Zbp.ll index 763e85dc922..1d444ad333d 100644 --- a/test/CodeGen/RISCV/rv64Zbp.ll +++ b/test/CodeGen/RISCV/rv64Zbp.ll @@ -1858,7 +1858,6 @@ define signext i32 @bswap_i32(i32 signext %a) nounwind { } ; Similar to bswap_i32 but the result is not sign extended. -; FIXME: We should use greviw here. define void @bswap_i32_nosext(i32 signext %a, i32* %x) nounwind { ; RV64I-LABEL: bswap_i32_nosext: ; RV64I: # %bb.0: @@ -2049,7 +2048,6 @@ define signext i32 @bitreverse_i32(i32 signext %a) nounwind { } ; Similar to bitreverse_i32 but the result is not sign extended. -; FIXME: We should use greviw here. define void @bitreverse_i32_nosext(i32 signext %a, i32* %x) nounwind { ; RV64I-LABEL: bitreverse_i32_nosext: ; RV64I: # %bb.0: