[clang] [clang][test] Fix builtin-rotate.c failure on ARM32 (PR #177290)
NagaChaitanya Vellanki via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 22 09:49:48 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,
----------------
chaitanyav wrote:
This is a lot cleaner, thank you @RKSimon
https://github.com/llvm/llvm-project/pull/177290
More information about the cfe-commits
mailing list