[all-commits] [llvm/llvm-project] 0016c1: [JumpThreading] Factor out common code to update t...

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Nov 5 06:16:48 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0016c1f40043e67068230208fd8f34657ad44b99
      https://github.com/llvm/llvm-project/commit/0016c1f40043e67068230208fd8f34657ad44b99
  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 common code to update the SSA form (NFC)

Summary:
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.

Reviewers: wmi

Subscribers: hiraditya, jfb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69811




More information about the All-commits mailing list