[llvm-branch-commits] [clang] [ConstantTime][Clang] Add __builtin_ct_select for constant-time selection (PR #166703)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 15 05:05:45 PDT 2026
================
@@ -0,0 +1,683 @@
+// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
----------------
arsenm wrote:
Codegen test belongs in test/CodeGen, not Sema
https://github.com/llvm/llvm-project/pull/166703
More information about the llvm-branch-commits
mailing list