[llvm] [AMDGPU] Remove wavefrontsize feature from GFX10+ (PR #98400)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 01:27:25 PDT 2024
================
@@ -105,6 +105,13 @@ GCNSubtarget::initializeSubtargetDependencies(const Triple &TT,
: AMDGPUSubtarget::SOUTHERN_ISLANDS;
}
+ if (!hasFeature(AMDGPU::FeatureWavefrontSize32) &&
+ !hasFeature(AMDGPU::FeatureWavefrontSize64))
----------------
arsenm wrote:
Braces
https://github.com/llvm/llvm-project/pull/98400
More information about the llvm-commits
mailing list