[clang] [clang][test] Fix builtin-rotate.c failure on ARM32 (PR #177290)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 22 09:18:19 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list