[llvm] [AMDGPU] Remove some Wave64 checks for GFX10+ MC tests (NFC) (PR #100971)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 01:35:55 PDT 2024
================
@@ -1,5 +1,4 @@
-// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefixes=GFX12 %s
-// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX12 %s
----------------
arsenm wrote:
Losing test coverage
https://github.com/llvm/llvm-project/pull/100971
More information about the llvm-commits
mailing list