[all-commits] [llvm/llvm-project] 0cc616: [SLP] Strengthen internal asserts about scheduled ...

Philip Reames via All-commits all-commits at lists.llvm.org
Fri Feb 4 12:23:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cc6165d0558afbd7d2a9b51435ffc9afdfbaa34
      https://github.com/llvm/llvm-project/commit/0cc6165d0558afbd7d2a9b51435ffc9afdfbaa34
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

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

  Log Message:
  -----------
  [SLP] Strengthen internal asserts about scheduled node state [NFC]

All members of a scheduled bundle must have valid dependencies, with no unscheduled ones, and only the lead element gets marked scheduled.




More information about the All-commits mailing list