Skip to content

Commit

Permalink
Update zext.ll (drop fixme)
Browse files Browse the repository at this point in the history
  • Loading branch information
preames authored Nov 2, 2023
1 parent 26f6ec3 commit dc64d3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/test/Transforms/InstCombine/zext.ll
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,6 @@ define i64 @evaluate_zexted_const_expr(i1 %c) {
ret i64 %ext
}

; FIXME: This is currently miscompiling as the and gets dropped,
; but the flag on the zext doesn't.
define i16 @zext_nneg_flag_drop(i8 %x, i16 %y) {
; CHECK-LABEL: @zext_nneg_flag_drop(
; CHECK-NEXT: [[EXT:%.*]] = zext i8 [[X:%.*]] to i16
Expand Down

0 comments on commit dc64d3a

Please sign in to comment.