[llvm] [AMDGPU] Remove wavefrontsize feature from GFX10+ (PR #98400)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 15:00:41 PDT 2024


================
@@ -1,5 +1,3 @@
-; RUN: not llc -global-isel=0 -mtriple=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,-wavefrontsize64 < %s 2>&1 | FileCheck %s -check-prefix=ERR -implicit-check-not=error:
----------------
rampitec wrote:

This diagnostics is now missing, BE will just initialize wavesize to default. If we want to catch this case we would still need to scan the original string.

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


More information about the llvm-commits mailing list