[all-commits] [llvm/llvm-project] e3c80d: AMDGPU: Fix broken negative test from ancient time...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Mar 13 07:40:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3c80d4496d109397e3c6403df434513fcd50bc6
https://github.com/llvm/llvm-project/commit/e3c80d4496d109397e3c6403df434513fcd50bc6
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 (#131106)
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