[llvm-branch-commits] [clang] [llvm] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 11 12:31:33 PST 2025
================
@@ -1619,28 +1613,6 @@ def FeatureISAVersion9_5_Common : FeatureSet<
FeatureAtomicBufferPkAddBF16Inst
])>;
-def FeatureISAVersion9_4_0 : FeatureSet<
- !listconcat(FeatureISAVersion9_4_Common.Features,
- [
- FeatureAddressableLocalMemorySize65536,
- FeatureForceStoreSC0SC1,
----------------
rampitec wrote:
FeatureForceStoreSC0SC1 can also be removed along with all the code handling it in a separate change.
https://github.com/llvm/llvm-project/pull/126763
More information about the llvm-branch-commits
mailing list