[llvm] [HLSL] Leave out entryname from string table for PSV versions < 3 (PR #191528)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 00:13:01 PDT 2026


================
@@ -300,7 +300,9 @@ void DXContainerGlobals::addPipelineStateValidationInfo(
       MMI.ShaderProfile != Triple::RootSignature)
     PSV.EntryName = MMI.EntryPropertyVec[0].Entry->getName();
 
-  PSV.finalize(MMI.ShaderProfile);
+  // use the latest version
----------------
jh7370 wrote:

Drive by comment: please use proper English grammar for comments (i.e. capital letter and full stop).

https://github.com/llvm/llvm-project/pull/191528


More information about the llvm-commits mailing list