[llvm-branch-commits] [llvm] [LLVM][CodeGen] Improve CTSELECT fallback lowering and target support modeling (PR #179395)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 3 02:44:05 PST 2026
================
@@ -247,10 +247,6 @@ class LLVM_ABI TargetLoweringBase {
// and vector values (ex: cmov).
VectorMaskSelect, // The target supports vector selects with a vector
// mask (ex: x86 blends).
- CtSelect, // The target implements a custom constant-time select.
----------------
arsenm wrote:
This is deleting lines which don't exist
https://github.com/llvm/llvm-project/pull/179395
More information about the llvm-branch-commits
mailing list