[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:56 PDT 2024
================
@@ -1,5 +1,4 @@
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=GFX10 %s
----------------
arsenm wrote:
Losing test coverage
https://github.com/llvm/llvm-project/pull/100971
More information about the llvm-commits
mailing list