[PATCH] D73754: [CodeGenPrepare] Make TargetPassConfig required
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 31 07:50:10 PST 2020
    
    
  
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:1814
                                   bool &ModifiedDT) {
-  if (!TLI || !DL)
+  if (!DL)
     return false;
----------------
This should also be a long dead check, but that's a separate change
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73754/new/
https://reviews.llvm.org/D73754
    
    
More information about the llvm-commits
mailing list