[llvm] [HLSL] Move Resouce Instance Properties from TypeInfo (PR #135259)
    Ashley Coleman via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 11 09:22:17 PDT 2025
    
    
  
================
@@ -155,8 +155,8 @@ struct FormatResourceDimension
     case dxil::ResourceKind::StructuredBuffer:
       if (!Item.isUAV())
         OS << "r/o";
-      else if (Item.getUAV().HasCounter)
-        OS << "r/w+cnt";
+      //      else if (Item.getUAV().HasCounter)
+      //        OS << "r/w+cnt";
----------------
V-FEXrt wrote:
ah perfect! Thanks!
https://github.com/llvm/llvm-project/pull/135259
    
    
More information about the llvm-commits
mailing list