Skip to content

Commit 9c9d948

Browse files
committed
select-value-equivalence: mark @fn speculatable
1 parent b52b98d commit 9c9d948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/select-value-equivalence.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ define <2 x i8> @select_icmp_shufflevector_lanecrossing(<2 x i8> %x, <2 x i8> %y
7070
ret <2 x i8> %retval
7171
}
7272

73-
declare <2 x i8> @fn(<2 x i8>)
73+
declare <2 x i8> @fn(<2 x i8>) speculatable
7474

7575
define <2 x i8> @select_icmp_call_possibly_lanecrossing(<2 x i8> %x, <2 x i8> %y) {
7676
; CHECK-LABEL: define <2 x i8> @select_icmp_call_possibly_lanecrossing(

0 commit comments

Comments
 (0)