[all-commits] [llvm/llvm-project] f4de71: AMDGPU: Fix test to stop pipeline after VGPR alloc...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Jul 26 17:15:42 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/fix-test-stop-after-vgpr-alloc
  Home:   https://github.com/llvm/llvm-project
  Commit: f4de717ed46be8b8899fd3f70d0b6374b93b984f
      https://github.com/llvm/llvm-project/commit/f4de717ed46be8b8899fd3f70d0b6374b93b984f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-27 (Sun, 27 Jul 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/partial-regcopy-and-spill-missed-at-regalloc.ll

  Log Message:
  -----------
  AMDGPU: Fix test to stop pipeline after VGPR allocation

This test seems to have been incorrectly updated after
ac0f64f06d67a93817ccd9a3c529ad40920115c9. Previously it
was testing the state after VGPR allocation; after the content
was updated for the "greedy,1" which now does not correspend
to the VGPR allocation. The spills implied by the test name
aren't present (they also appear to still be missing for gfx90a).



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