Skip to content
  • Evan Cheng's avatar
    Run codegen dce pass for all targets at all optimization levels. Previously it's · ea5c6be7
    Evan Cheng authored
    only run for x86 with fastisel. I've found it being very effective in
    eliminating some obvious dead code as result of formal parameter lowering
    especially when tail call optimization eliminated the need for some of the loads
    from fixed frame objects. It also shrinks a number of the tests. A couple of
    tests no longer make sense and are now eliminated.
    
    llvm-svn: 95493
    ea5c6be7
Loading