================
@@ -319,6 +319,13 @@ void test_bitint_first_and_count(unsigned _BitInt(9) bi9) {
r = __builtin_stdc_count_zeros(bi9);
}
+// CHECK-LABEL: test_bit_ceil_bitint1
+// CHECK: shl i1 poison, %{{.*}}
----------------
efriedma-quic wrote:
shl(1,1) is poison on i1, but I guess that doesn't matter because IsLEOne is
true?
Do we have constexpr test coverage for this?
https://github.com/llvm/llvm-project/pull/214822
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits