[all-commits] [llvm/llvm-project] 05c747: AMDGPU: Fix broken negative test from ancient times

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Mar 13 06:15:56 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/fix-broken-negative-test
  Home:   https://github.com/llvm/llvm-project
  Commit: 05c747f008bd0ce09ab9e0b006972049b4cc4f28
      https://github.com/llvm/llvm-project/commit/05c747f008bd0ce09ab9e0b006972049b4cc4f28
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-13 (Thu, 13 Mar 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/dead-machine-elim-after-dead-lane.ll

  Log Message:
  -----------
  AMDGPU: Fix broken negative test from ancient times

Before the dawn of civilization, instructions were printed in all
caps using the raw tablegen pseudo-names. This -NOT check was looking
for that, instead of the actual ISA output. Just switch to using generated
checks. Also replace a use of undef.



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