[llvm-branch-commits] [clang] [llvm] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Fabian Ritter via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 12 01:27:05 PST 2025
================
@@ -1619,28 +1613,6 @@ def FeatureISAVersion9_5_Common : FeatureSet<
FeatureAtomicBufferPkAddBF16Inst
])>;
-def FeatureISAVersion9_4_0 : FeatureSet<
- !listconcat(FeatureISAVersion9_4_Common.Features,
- [
- FeatureAddressableLocalMemorySize65536,
- FeatureForceStoreSC0SC1,
----------------
ritter-x2a wrote:
I reverted that part in the most recent commit on this PR as well and opened #126878 to remove FeatureForceStoreSC0SC1 separately.
https://github.com/llvm/llvm-project/pull/126763
More information about the llvm-branch-commits
mailing list