[PATCH] D94576: [LoopVectorize] Guard verifyFunction with EXPENSIVE_CHECKS macro

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 08:52:48 PST 2021


spatel added a comment.

In D94576#2495788 <https://reviews.llvm.org/D94576#2495788>, @lebedev.ri wrote:

> (cc @spatel, re rG0aa75fb12faa04e07ba1a6e334605357b6a159c9 <https://reviews.llvm.org/rG0aa75fb12faa04e07ba1a6e334605357b6a159c9>)

Thanks - if we can fix/limit verifyFunction itself instead of the callers, that seems like a better solution (and we would revert that change in SLP).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94576



More information about the llvm-commits mailing list