1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[RISCV] Remove stale FIXMEs from a couple test cases. NFC

This commit is contained in:
Craig Topper 2020-11-27 12:06:04 -08:00
parent 7e914e1d81
commit c8c62541b0

View File

@ -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: