[llvm-branch-commits] [llvm] [LLVM][ConstantTime] Strengthen constant-time handling of CTSELECT in DAG combine and legalization (PR #180883)

Julius Alexandre via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 11 09:33:23 PST 2026


================
@@ -6050,7 +6050,6 @@ static SDValue isSaturatingMinMax(SDValue N0, SDValue N1, SDValue N2,
     N0CC = cast<CondCodeSDNode>(N0.getOperand(4))->get();
     break;
   case ISD::SELECT:
-  case ISD::CTSELECT:
----------------
wizardengineer wrote:

Why was this removed? 

https://github.com/llvm/llvm-project/pull/180883


More information about the llvm-branch-commits mailing list