[PATCH] D69811: [JumpThreading] Factor out common code to update the SSA form (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 10:18:54 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 common code to update the SSA form in
JumpThreading.cpp -- partly for readability and partly to facilitate
an coming patch of my own.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69811

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69811.227734.patch
Type: text/x-patch
Size: 6821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/99f03c31/attachment.bin>


More information about the llvm-commits mailing list