[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
Sun Jul 19 20:13:19 PDT 2026


================
@@ -161,6 +161,7 @@ void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) {
     case ISD::ATOMIC_LOAD: R = SoftenFloatRes_ATOMIC_LOAD(N); break;
     case ISD::ATOMIC_SWAP: R = BitcastToInt_ATOMIC_SWAP(N); break;
     case ISD::SELECT:      R = SoftenFloatRes_SELECT(N); break;
+    case ISD::CT_SELECT:    R = SoftenFloatRes_CT_SELECT(N); break;
----------------
wizardengineer wrote:

Fixed the indentation in 64613ed31ef6.

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


More information about the llvm-commits mailing list