[all-commits] [llvm/llvm-project] 64a238: [LangRef][ConstantTime] Add documentation for llvm...
Akshay K via All-commits
all-commits at lists.llvm.org
Wed Feb 11 16:24:13 PST 2026
Branch: refs/heads/users/wizardengineer/ct-select-core
Home: https://github.com/llvm/llvm-project
Commit: 64a23815683718b12b9e8877057755aeb7a3b1e4
https://github.com/llvm/llvm-project/commit/64a23815683718b12b9e8877057755aeb7a3b1e4
Author: Akshay K <iit.akshay at gmail.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/test/CodeGen/X86/ctselect.ll
Log Message:
-----------
[LangRef][ConstantTime] Add documentation for llvm.ct.select.* constant-time intrinsics (#181042)
This PR introduces and documents the llvm.ct.select.* constant-time
intrinsics, providing timing-independent selection operations for
security-sensitive code. The LangRef is updated with syntax, semantics,
supported types, and usage guidance.
Additionally, test coverage is extended with a new <8 x float> variant
(llvm.ct.select.v8f32) and corresponding X86 codegen tests to ensure
correct lowering on both x64 and x32 targets.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list