[clang] [llvm] [AMDGPU] Introduce a new generic target `gfx9-4-generic` (PR #115190)
    Shilei Tian via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov  6 11:47:32 PST 2024
    
    
  
================
@@ -1468,15 +1471,36 @@ def FeatureISAVersion9_4_Common : FeatureSet<
 
 def FeatureISAVersion9_4_0 : FeatureSet<
   !listconcat(FeatureISAVersion9_4_Common.Features,
-    [FeatureForceStoreSC0SC1])>;
+    [
+      FeatureForceStoreSC0SC1,
+      FeatureFP8Insts,
----------------
shiltian wrote:
IIUC, we don't use `FeatureFP8Insts` anywhere else. We don't guard anything with `HasFP8Insts`. Not sure if that is there just for conventions.
https://github.com/llvm/llvm-project/pull/115190
    
    
More information about the llvm-commits
mailing list