Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 79caa066ea6d4f2479aed6a28c6c04fd7857bec8
Author: Mark de Wever <koraq@xs4all.nl>
Date: Sat Aug 3 11:19:00 2024 +0200

[libc++][bit] Improves rotate functions. (#98032)

Investigating #96612 shows our implementation was different from the
Standard and could cause UB. Testing the codegen showed quite a bit of
assembly generated for these functions. The functions have been written
differently which allows Clang to optimize the code to use simple CPU
rotate instructions.

Fixes: https://github.com/llvm/llvm-project/issues/96612
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 507298 2025-12-16T16:40:01 0:00:00
Previous 507073 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.08s