[llvm] DAG: Fix constructing a temporary TargetTransformInfo instance (PR #168480)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 14:46:57 PST 2025
================
@@ -58,9 +58,7 @@ class SelectionDAGISel {
AssumptionCache *AC = nullptr;
GCFunctionInfo *GFI = nullptr;
SSPLayoutInfo *SP = nullptr;
-#if !defined(NDEBUG) && LLVM_ENABLE_ABI_BREAKING_CHECKS
----------------
arsenm wrote:
It was only used in debug printing, for some reason
https://github.com/llvm/llvm-project/pull/168480
More information about the llvm-commits
mailing list