[llvm] [AMDGPU] Remove some Wave64 checks for GFX10+ MC tests (NFC) (PR #100971)

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 09:48:11 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
----------------
changpeng wrote:

I think all BUF instructions are wave size independent for a given asic. So how the coverage gets lost?  

https://github.com/llvm/llvm-project/pull/100971


More information about the llvm-commits mailing list