================
@@ -451,6 +451,8 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTargetInfo final : 
public TargetInfo {
         CUMode = false;
       else if (F == "+image-insts")
         HasImage = true;
+      else if (F == "+gfx950-insts" || F == "+gfx1250-insts")
+        HasFullBFloat16 = true;
----------------
arsenm wrote:

This shouldn't really depend on the subtarget 

https://github.com/llvm/llvm-project/pull/147541
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to