[clang] [llvm] Implement resource binding type prefix mismatch errors (PR #87578)
    Xiang Li via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  2 12:45:20 PDT 2024
    
    
  
================
@@ -1,13 +1,15 @@
 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -ast-dump -o - %s | FileCheck %s
 
----------------
python3kgae wrote:
Should we support
```
 float c : register(c10);
```
It is legal in dxc.
https://github.com/llvm/llvm-project/pull/87578
    
    
More information about the llvm-commits
mailing list