[llvm] [HLSL] Adding DXIL Target type into `TypedInfo` (PR #164887)
    Justin Bogner via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 24 15:23:01 PDT 2025
    
    
  
================
@@ -206,6 +206,15 @@ static dxil::ElementType toDXILElementType(Type *Ty, bool IsSigned) {
   return ElementType::Invalid;
 }
 
+static dxil::ElementType toDXILStorageType(dxil::ElementType ET) {
+  // TODO: Handle unorm and snorm.
----------------
bogner wrote:
No longer necessary - we're handling unorm and snorm right below!
https://github.com/llvm/llvm-project/pull/164887
    
    
More information about the llvm-commits
mailing list