Skip to content

Commit ddb8870

Browse files
committed
[RISCV] Remove the FIXME for using sraiw+and. NFC.
#102034 has implemented it.
1 parent 698cd48 commit ddb8870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/CodeGen/RISCV/selectcc-to-shiftand.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ define i64 @sel_shift_bool_i64(i1 %t) {
263263
ret i64 %shl
264264
}
265265

266-
; FIXME: This should use sraiw+and
267266
define i64 @sraiw_andi(i32 signext %0, i32 signext %1) nounwind {
268267
; RV32-LABEL: sraiw_andi:
269268
; RV32: # %bb.0: # %entry

0 commit comments

Comments
 (0)