[PATCH] D31032: [LoadCombine] Avoid analysing dead basic blocks

Kenneth Hilmersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 07:06:22 PDT 2017


KennethH updated this revision to Diff 92485.
KennethH added a comment.

I have updated according to most of the comments. 
I think that the re-factoring of all basic block passes to function passed should be done as a separate task.


https://reviews.llvm.org/D31032

Files:
  include/llvm/Pass.h
  lib/IR/IRPrintingPasses.cpp
  lib/IR/LegacyPassManager.cpp
  lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  lib/Transforms/Scalar/DCE.cpp
  lib/Transforms/Scalar/LoadCombine.cpp
  lib/Transforms/Vectorize/BBVectorize.cpp
  test/Transforms/LoadCombine/deadcode.ll
  tools/bugpoint-passes/TestPasses.cpp
  tools/opt/PassPrinters.cpp
  unittests/IR/LegacyPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31032.92485.patch
Type: text/x-patch
Size: 7956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170321/71782826/attachment.bin>


More information about the llvm-commits mailing list