Issue 102955
Summary Add Function properties to DXIL Metadata analysis
Labels HLSL, llvm:analysis
Assignees
Reporter python3kgae
    #102079 added DXIL Metadata analysis and collected shader model and dxil version.

Still missing function properties like numofthreads for DXIL Metadata analysis.

## Acceptance Criteria

Function attributes like 'hlsl.numthreads', 'hlsl.shader' are collected for entry functions and saved in DXIL Metadata analysis. (Note, library profile could have more than one entry functions.)

Add getAsMetadata for Entry properties in DXIL Metadata analysis to replace dxil::createEntryMD https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/DirectX/DXILMetadata.cpp#L279
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to