[llvm-branch-commits] [llvm] 29807a0 - [RISCV] Remove stale FIXMEs from a couple test cases. NFC
Craig Topper via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 27 12:12:24 PST 2020
Author: Craig Topper
Date: 2020-11-27T12:07:27-08:00
New Revision: 29807a023ce506db913af58b412062475810c2e9
URL: https://github.com/llvm/llvm-project/commit/29807a023ce506db913af58b412062475810c2e9
DIFF: https://github.com/llvm/llvm-project/commit/29807a023ce506db913af58b412062475810c2e9.diff
LOG: [RISCV] Remove stale FIXMEs from a couple test cases. NFC
Added:
Modified:
llvm/test/CodeGen/RISCV/rv64Zbp.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rv64Zbp.ll b/llvm/test/CodeGen/RISCV/rv64Zbp.ll
index 763e85dc9220..1d444ad333da 100644
--- a/llvm/test/CodeGen/RISCV/rv64Zbp.ll
+++ b/llvm/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:
More information about the llvm-branch-commits
mailing list