[llvm] [AMDGPU] Limit unclaused VMEM w/a to specific targets (PR #209843)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 10:57:52 PDT 2026
================
@@ -2238,7 +2238,6 @@ def FeatureISAVersion12_50_Common : FeatureSet<
FeatureRealTrue16Insts,
FeatureVMovB64Inst,
FeatureVMulU64Inst,
- FeatureRequiresInitialUnclausedVmem,
]>;
----------------
shiltian wrote:
Does this mean that when we use `gfx12-5-generic`, this feature is not needed?
https://github.com/llvm/llvm-project/pull/209843
More information about the llvm-commits
mailing list