[PATCH] D40146: [JumpThreading] Preservation of DT and LVI across the pass
    Brian Rzycki via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 12 12:16:14 PST 2018
    
    
  
brzycki updated this revision to Diff 129681.
brzycki marked 3 inline comments as done.
brzycki added a comment.
Update nits in the unit test for clarity.
https://reviews.llvm.org/D40146
Files:
  llvm/include/llvm/IR/Dominators.h
  llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/IR/Dominators.cpp
  llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
  llvm/test/Transforms/JumpThreading/ddt-crash.ll
  llvm/test/Transforms/JumpThreading/ddt-crash2.ll
  llvm/test/Transforms/JumpThreading/lvi-tristate.ll
  llvm/unittests/IR/CMakeLists.txt
  llvm/unittests/IR/DeferredDominanceTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40146.129681.patch
Type: text/x-patch
Size: 78678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180112/24363f0d/attachment.bin>
    
    
More information about the llvm-commits
mailing list