[llvm-branch-commits] [llvm] [ConstantTime] Native ct.select support for ARM64 (PR #166706)
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 6 23:52:02 PDT 2026
================
@@ -23,6 +23,11 @@
namespace llvm {
+namespace AArch64ISD {
+// Forward declare the enum from the generated file
+enum GenNodeType : unsigned;
+} // namespace AArch64ISD
----------------
davemgreen wrote:
Remove this?
https://github.com/llvm/llvm-project/pull/166706
More information about the llvm-branch-commits
mailing list