[llvm] [DXIL] Model DXIL Class and Shader Model association of DXIL Ops in DXIL.td (PR #87803)
Damyan Pepper via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 11:03:30 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
----------------
damyanp wrote:
Seems this comment is still valid but has now been lost. Is this intentional?
https://github.com/llvm/llvm-project/pull/87803
More information about the llvm-commits
mailing list