[all-commits] [llvm/llvm-project] 267ff7: [SLP] limit verifyFunction to debug build (PR48689)

RotateRight via All-commits all-commits at lists.llvm.org
Fri Jan 8 05:10:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 267ff7901c745dc903d55599240464ebc4c0bda3
      https://github.com/llvm/llvm-project/commit/267ff7901c745dc903d55599240464ebc4c0bda3
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-01-08 (Fri, 08 Jan 2021)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] limit verifyFunction to debug build (PR48689)

As noted in PR48689, the verifier may have some kind
of exponential behavior that should be addressed
separately. For now, only run it in debug mode to
prevent problems for release+asserts.
That limit is what we had before D80401, and I'm
not sure if there was a reason to change it in that
patch.




More information about the All-commits mailing list