[llvm] [ConstantTime][LLVM] Add llvm.ct.select intrinsic with generic SelectionDAG lowering (PR #166702)
Simon Tatham via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 06:24:53 PST 2025
================
@@ -1825,6 +1825,15 @@ def int_coro_subfn_addr : DefaultAttrsIntrinsic<
[IntrReadMem, IntrArgMemOnly, ReadOnly<ArgIndex<0>>,
NoCapture<ArgIndex<0>>]>;
+///===-------------------------- Constant Time Intrinsics
+///--------------------------===//
----------------
statham-arm wrote:
Nit: your ASCII art has been accidentally word-wrapped :slightly_smiling_face:
https://github.com/llvm/llvm-project/pull/166702
More information about the llvm-commits
mailing list