[llvm] [ConstantTime][LLVM] Add llvm.ct.select intrinsic with generic SelectionDAG lowering (PR #166702)
Julius Alexandre via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 20 07:28:42 PST 2026
================
@@ -476,9 +476,10 @@ class LLVM_ABI TargetLoweringBase {
MachineMemOperand::Flags
getVPIntrinsicMemOperandFlags(const VPIntrinsic &VPIntrin) const;
- virtual bool isSelectSupported(SelectSupportKind /*kind*/) const {
- return true;
- }
+ virtual bool isSelectSupported(SelectSupportKind kind) const { return true; }
----------------
wizardengineer wrote:
I made sure to resolve it!
https://github.com/llvm/llvm-project/pull/166702
More information about the llvm-commits
mailing list