[llvm] [VPlan] Add poisoning value handle for VPValue. (NFCI) (PR #185054)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 06:40:55 PDT 2026
================
@@ -152,6 +152,62 @@ VPRecipeValue::~VPRecipeValue() {
Def->removeDefinedValue(this);
}
+#if LLVM_ENABLE_ABI_BREAKING_CHECKS && !defined(NDEBUG)
----------------
fhahn wrote:
I don't think there's anything preventing this from being used, as part of the C++ API, not sure; Removed `LLVM_ENABLE_ABI_BREAKING_CHECKS` for now
https://github.com/llvm/llvm-project/pull/185054
More information about the llvm-commits
mailing list