Skip to content

Commit 2ed7818

Browse files
committed
Update unit test result to align newest commit
1 parent 5778116 commit 2ed7818

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/CodeGen/RISCV/zicond-fp-select-zfinx.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,7 @@ define dso_local noundef float @select_i1_f32_0(i1 %cond, float %t) nounwind {
476476
; RV64ZDINX_ZICOND: # %bb.0: # %entry
477477
; RV64ZDINX_ZICOND-NEXT: # kill: def $x11_w killed $x11_w def $x11
478478
; RV64ZDINX_ZICOND-NEXT: andi a0, a0, 1
479-
; RV64ZDINX_ZICOND-NEXT: czero.nez a2, zero, a0
480479
; RV64ZDINX_ZICOND-NEXT: czero.eqz a0, a1, a0
481-
; RV64ZDINX_ZICOND-NEXT: or a0, a0, a2
482480
; RV64ZDINX_ZICOND-NEXT: # kill: def $x10_w killed $x10_w killed $x10
483481
; RV64ZDINX_ZICOND-NEXT: ret
484482
;
@@ -496,9 +494,7 @@ define dso_local noundef float @select_i1_f32_0(i1 %cond, float %t) nounwind {
496494
; RV64ZHINX_ZICOND: # %bb.0: # %entry
497495
; RV64ZHINX_ZICOND-NEXT: # kill: def $x11_w killed $x11_w def $x11
498496
; RV64ZHINX_ZICOND-NEXT: andi a0, a0, 1
499-
; RV64ZHINX_ZICOND-NEXT: czero.nez a2, zero, a0
500497
; RV64ZHINX_ZICOND-NEXT: czero.eqz a0, a1, a0
501-
; RV64ZHINX_ZICOND-NEXT: or a0, a0, a2
502498
; RV64ZHINX_ZICOND-NEXT: # kill: def $x10_w killed $x10_w killed $x10
503499
; RV64ZHINX_ZICOND-NEXT: ret
504500
;

0 commit comments

Comments
 (0)