[all-commits] [llvm/llvm-project] 3963d2: [MachineSink] Fix typo in loop sinking (#127133)

Jeffrey Byrnes via All-commits all-commits at lists.llvm.org
Mon Mar 3 17:30:33 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3963d2148292145543cf83b13ff839a63995fdc2
      https://github.com/llvm/llvm-project/commit/3963d2148292145543cf83b13ff839a63995fdc2
  Author: Jeffrey Byrnes <jeffrey.byrnes at amd.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M llvm/lib/CodeGen/MachineSink.cpp
    M llvm/test/CodeGen/AMDGPU/machine-sink-cycle.mir

  Log Message:
  -----------
  [MachineSink] Fix typo in loop sinking (#127133)

Failure to sink a candidate should not block us from attempting to sink
other candidates. There are mechanisms in place to handle the case where
the failed to be sunk instruction uses an instruction that gets sunk (we
do not delete the original instruction corresponding with the sunk
instruction if it still has uses).



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