[llvm] [VPlan] Fix classof() in VPWiden{Load|Store}Recipe NFC. (PR #119691)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 06:08:56 PST 2024
================
@@ -2966,7 +2966,15 @@ struct VPWidenLoadRecipe final : public VPWidenMemoryRecipe, public VPValue {
getDebugLoc());
}
- VP_CLASSOF_IMPL(VPDef::VPWidenLoadSC);
+ static inline bool classof(const VPRecipeBase *R) {
----------------
ElvisWang123 wrote:
Oops. My bad. I will close this PR.
https://github.com/llvm/llvm-project/pull/119691
More information about the llvm-commits
mailing list