================
@@ -95,7 +94,7 @@ long long rotr64(long long x, unsigned long long y) {
// CHECK: call i8 @llvm.fshl.i8(i8 %{{.*}}, i8 %{{.*}}, i8 0)
void test_builtin_stdc_rotate_left(uint8_t u8, uint16_t u16,
uint32_t u32, uint64_t u64,
- uint64_t u64_2, unsigned __int128 u128,
+ uint64_t u64_2,
----------------
RKSimon wrote:
worth adding a _BitInt(128) case here? still keep the u128 test coverage below
though
https://github.com/llvm/llvm-project/pull/177290
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits