[PATCH] D69861: [JumpThreading] Factor out code to clone a basic block (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 19:23:33 PST 2019


kazu updated this revision to Diff 227995.
kazu added a comment.

I've decided to scale back.  I'm now simply factoring out code to
clone instructions.  I thought about capturing more functionality into
CloneBasicBlock as you suggeted, but then the function would lose
generality I need for my upcoming patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69861/new/

https://reviews.llvm.org/D69861

Files:
  llvm/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/lib/Transforms/Scalar/JumpThreading.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69861.227995.patch
Type: text/x-patch
Size: 5500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191106/f2ac854d/attachment.bin>


More information about the llvm-commits mailing list