Skip to content

Commit ac4766b

Browse files
Update shift-knownbits.ll
1 parent 9c02704 commit ac4766b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/test/Transforms/InstSimplify/shift-knownbits.ll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,6 @@ define <1 x i64> @bitcast_noshift_vector_wrong_type(<2 x float> %v1, <1 x i64> %
505505
; (e.g., 4 elements) was checked instead of the full demanded vector width (8 elements),
506506
; leading to incorrect known bits and removal of the `ashr` instruction.
507507

508-
; Test that verifies correct handling of known bits when bitcasting from a smaller vector
509-
; to a larger one (e.g., <2 x i32> to <8 x i8>). Previously, only the subscale portion
510-
; (e.g., 4 elements) was checked instead of the full demanded vector width (8 elements),
511-
; leading to incorrect known bits and removal of the `ashr` instruction.
512-
513508
define <8 x i8> @bitcast_knownbits_subscale_miscompile(i32 %x) {
514509
; CHECK-LABEL: @bitcast_knownbits_subscale_miscompile(
515510
; CHECK-NEXT: [[MASKED:%.*]] = and i32 [[X:%.*]], -256

0 commit comments

Comments
 (0)