[all-commits] [llvm/llvm-project] dd1d2b: [llvm][CodeGen] Fix failure in window scheduler ca...

Hua Tian via All-commits all-commits at lists.llvm.org
Wed Jun 19 00:15:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd1d2b7cb083e870174d50627870c835d1e118e6
      https://github.com/llvm/llvm-project/commit/dd1d2b7cb083e870174d50627870c835d1e118e6
  Author: Hua Tian <akiratian at tencent.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M llvm/lib/CodeGen/WindowScheduler.cpp
    A llvm/test/CodeGen/Hexagon/swp-ws-phi.mir

  Log Message:
  -----------
  [llvm][CodeGen] Fix failure in window scheduler caused by phi (#95900)

In certain cases, the register passed with the kernel MBB in phi are not
defined within the kernel MBB. This patch adds the corresponding handling.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list