[PATCH] D123394: [CodeGen]  Late cleanup of redundant address/immediate definitions.
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 27 05:29:15 PDT 2022
    
    
  
RKSimon added a comment.
X86 LGTM (and I'd like to see this committed as well!)
================
Comment at: llvm/include/llvm/InitializePasses.h:277
 void initializeMachineCopyPropagationPass(PassRegistry&);
+void initializeRedundantImmLoadsCleanupPass(PassRegistry&);
 void initializeMachineCycleInfoPrinterPassPass(PassRegistry &);
----------------
This looks like it should be sorted?
================
Comment at: llvm/lib/CodeGen/CMakeLists.txt:193
   ReplaceWithVeclib.cpp
+  RedundantImmLoadsCleanup.cpp
   ResetMachineFunctionPass.cpp
----------------
sorting
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123394/new/
https://reviews.llvm.org/D123394
    
    
More information about the llvm-commits
mailing list