[all-commits] [llvm/llvm-project] 13c603: [ScheduleDAG] Fix false assert target

lcvon007 via All-commits all-commits at lists.llvm.org
Wed Sep 27 01:32:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13c603a41f13c2985e9cae43c6edbb96b3b2e42c
      https://github.com/llvm/llvm-project/commit/13c603a41f13c2985e9cae43c6edbb96b3b2e42c
  Author: lennyxiao <lennyxiao at tencent.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/ScheduleDAG.cpp

  Log Message:
  -----------
  [ScheduleDAG] Fix false assert target

In SUnit::removePred, N->WeakSuccsLeft is reduced but WeakSuccsLeft is checked.

Reviewed By: kerbowa

Differential Revision: https://reviews.llvm.org/D151311




More information about the All-commits mailing list