This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6fec0d775f9 LoopDistribute: Add testcase where SCEV wants to insert a r [...] new 27a3c6c8d9d Factor out SelectionDAG's switch analysis and lowering into [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/SwitchLoweringUtils.h | 275 ++++++++++++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 532 ++--------------------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 283 ++---------- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 38 +- lib/CodeGen/SwitchLoweringUtils.cpp | 486 +++++++++++++++++++++ 6 files changed, 848 insertions(+), 767 deletions(-) create mode 100644 include/llvm/CodeGen/SwitchLoweringUtils.h create mode 100644 lib/CodeGen/SwitchLoweringUtils.cpp