[all-commits] [llvm/llvm-project] 893afb: [JumpThreading] Factor out code to merge basic blo...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Nov 5 09:47:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 893afb9ca148e41404679e1755b31129107ba5e8
https://github.com/llvm/llvm-project/commit/893afb9ca148e41404679e1755b31129107ba5e8
Author: Kazu Hirata <kazu at google.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[JumpThreading] Factor out code to merge basic blocks (NFC)
Summary:
This patch factors out code to merge a basic block with its sole
successor -- partly for readability and partly to facilitate an
upcoming patch of my own.
Reviewers: wmi
Subscribers: hiraditya, jfb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69852
More information about the All-commits
mailing list