[all-commits] [llvm/llvm-project] 825b7f: InlineSpiller: Fix copy identification bugs in isC...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 17 17:08:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 825b7f0ca5f2211ec3c93139f98d1e24048c225c
      https://github.com/llvm/llvm-project/commit/825b7f0ca5f2211ec3c93139f98d1e24048c225c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

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

  Log Message:
  -----------
  InlineSpiller: Fix copy identification bugs in isCopyOfBundle

Noticed by inspection of
b7836d856206ec39509d42529f958c920368166b. This was checking if the
first instruction was a copy, not the current MI. It should fully
respect the isCopyInstr result. Hopefully this fixes a reported
regression which we can extract a test from.




More information about the All-commits mailing list