[llvm] [DirectX] Add DXIL_MODULE_FLAG for ShaderFlags. (PR #83217)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 08:31:42 PST 2024


================
@@ -28,7 +28,7 @@ using namespace llvm::dxil;
 namespace {
 class DXContainerGlobals : public llvm::ModulePass {
 
-  GlobalVariable *getShaderFlags(Module &M);
+  GlobalVariable *getShaderFeatureInfo(Module &M);
----------------
llvm-beanz wrote:

This name is confusing. Why are we calling a flag encoding "feature info"?

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


More information about the llvm-commits mailing list