[all-commits] [llvm/llvm-project] f00c9b: [ConstantTime][RISCV] Add comprehensive tests for ...
Julius Alexandre via All-commits
all-commits at lists.llvm.org
Sat Dec 6 21:22:58 PST 2025
Branch: refs/heads/users/wizardengineer/ct-select-riscv
Home: https://github.com/llvm/llvm-project
Commit: f00c9b274e9bf87110b8c013ac61f1d5a64a268f
https://github.com/llvm/llvm-project/commit/f00c9b274e9bf87110b8c013ac61f1d5a64a268f
Author: wizardengineer <juliuswoosebert at gmail.com>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
A llvm/test/CodeGen/RISCV/ctselect-fallback-edge-cases.ll
A llvm/test/CodeGen/RISCV/ctselect-fallback-patterns.ll
A llvm/test/CodeGen/RISCV/ctselect-fallback-vector-rvv.ll
A llvm/test/CodeGen/RISCV/ctselect-side-effects.ll
Log Message:
-----------
[ConstantTime][RISCV] Add comprehensive tests for ct.select
Add comprehensive test suite for RISC-V fallback implementation:
- Edge cases (zero conditions, large integers, sign extension)
- Pattern matching (nested selects, chains)
- Vector support with RVV extensions
- Side effects and memory operations
The basic fallback test is in the core infrastructure PR.
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