[PATCH] D70338: [JumpThreading] Refactor ThreadEdge

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 13:21:53 PST 2019


kazu created this revision.
kazu added a reviewer: wmi.
Herald added subscribers: jfb, hiraditya.
Herald added a project: LLVM.

This patch moves various checks out of ThreadEdge, making the function
always perform jump threading.  The rational behind this is that I'd
like to use ThreadEdge without its checks in my upcoming patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70338

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70338.229630.patch
Type: text/x-patch
Size: 5067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191115/6fabb7d3/attachment-0001.bin>


More information about the llvm-commits mailing list