[PATCH] D117551: [VPlan] Add VPWidenIntOrFpInductionRecipe::isCanonical, use it.

Michael Platings via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 02:39:07 PST 2022


michaelplatings added a comment.

If LLVM_ENABLE_ASSERTIONS=OFF then isCanonical is not defined.

See line 1077 of llvm/lib/Transforms/Vectorize/VPlan.cpp:

  #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117551/new/

https://reviews.llvm.org/D117551



More information about the llvm-commits mailing list