================
@@ -1479,3 +1479,215 @@ entry:
%cmp = icmp ne i32 %popcnt, 1
ret i1 %cmp
}
+
+define i8 @sub_if_uge_i8(i8 %x, i8 %y) {
----------------
lukel97 wrote:
The ULT just seems to be the canonical form from instcombine
https://github.com/llvm/llvm-project/pull/134235