[llvm] [DXIL] Model DXIL Class and Shader Model association of DXIL Ops in DXIL.td (PR #87803)
    S. Bharadwaj Yadavalli via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  8 08:20:53 PDT 2024
    
    
  
================
@@ -233,16 +255,9 @@ static std::string getParameterKindStr(ParameterKind Kind) {
   llvm_unreachable("Unknown llvm::dxil::ParameterKind enum");
 }
 
-/// Return a string representation of OverloadKind enum that maps to
----------------
bharadwajy wrote:
> > Seems this comment is still valid but has now been lost. Is this intentional?
> 
> It was unintentional. Thanks for flagging it.
Fix pushed.
https://github.com/llvm/llvm-project/pull/87803
    
    
More information about the llvm-commits
mailing list