[llvm] [DXIL] Consume Metadata Analysis information in passes (PR #108034)
    Justin Bogner via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 10 15:51:38 PDT 2024
    
    
  
================
@@ -50,6 +51,7 @@ extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeDirectXTarget() {
   initializeDXContainerGlobalsPass(*PR);
   initializeDXILOpLoweringLegacyPass(*PR);
   initializeDXILTranslateMetadataLegacyPass(*PR);
+  initializeDXILMetadataAnalysisWrapperPassPass(*PR);
----------------
bogner wrote:
We shouldn't need this - this pass isn't part of the DirectX target.
https://github.com/llvm/llvm-project/pull/108034
    
    
More information about the llvm-commits
mailing list