llvm-project/llvm/lib/Transforms
Sebastian Pop 586d3eaeb5 GVN-hoist: use DFS numbers instead of walking the instruction stream
The patch replaces a function that walks the IR with a call to firstInBB() that
uses the DFS numbering.  NFC.

Differential Revision: https://reviews.llvm.org/D22809

llvm-svn: 276840
2016-07-27 05:13:52 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
IPO Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventions 2016-07-25 05:57:59 +00:00
InstCombine [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors 2016-07-23 13:06:49 +00:00
Instrumentation [PGO] Fix profile mismatch in COMDAT function with pre-inliner 2016-07-25 18:45:37 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar GVN-hoist: use DFS numbers instead of walking the instruction stream 2016-07-27 05:13:52 +00:00
Utils Reverting r276771 due to MSan failures. 2016-07-27 01:19:24 +00:00
Vectorize [Loop Vectorizer] Handling loops FP induction variables. 2016-07-24 07:24:54 +00:00
CMakeLists.txt
LLVMBuild.txt