[llvm] [VPlan] Add poisoning value handle for VPValue. (NFCI) (PR #185054)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 8 23:24:48 PDT 2026
================
@@ -152,6 +152,62 @@ VPRecipeValue::~VPRecipeValue() {
Def->removeDefinedValue(this);
}
+#if LLVM_ENABLE_ABI_BREAKING_CHECKS && !defined(NDEBUG)
----------------
lukel97 wrote:
How come we need LLVM_ENABLE_ABI_BREAKING_CHECKS? Does VPValue form part of the C++ ABI? I thought it was internal to the loop vectorizer
https://github.com/llvm/llvm-project/pull/185054
More information about the llvm-commits
mailing list