[llvm] Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (PR #94149)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 04:33:08 PDT 2024
================
@@ -51,6 +54,10 @@ class SelectionDAGISel : public MachineFunctionPass {
AAResults *AA = nullptr;
AssumptionCache *AC = nullptr;
GCFunctionInfo *GFI = nullptr;
+ SSPLayoutInfo *SP = nullptr;
+#ifndef NDEBUG
----------------
aengelke wrote:
Shouldn't this be `#if LLVM_ENABLE_ABI_BREAKING_CHECKS`?
https://github.com/llvm/llvm-project/pull/94149
More information about the llvm-commits
mailing list