[PATCH] D69852: [JumpThreading] Factor out code to merge basic blocks (NFC)
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 08:28:44 PST 2019
kazu created this revision.
kazu added a reviewer: wmi.
Herald added subscribers: jfb, hiraditya.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69852
Files:
llvm/include/llvm/Transforms/Scalar/JumpThreading.h
llvm/lib/Transforms/Scalar/JumpThreading.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69852.227885.patch
Type: text/x-patch
Size: 5280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/d41fbf25/attachment.bin>
More information about the llvm-commits
mailing list