[all-commits] [llvm/llvm-project] f0f73e: [JumpThreading] Factor out code to clone instructi...

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Nov 6 14:17:06 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f0f73ed8b004d213a3710b7b850e09c5bbd8e93d
      https://github.com/llvm/llvm-project/commit/f0f73ed8b004d213a3710b7b850e09c5bbd8e93d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp

  Log Message:
  -----------
  [JumpThreading] Factor out code to clone instructions (NFC)

Summary:
This patch factors out code to clone instructions -- partly for
readability and partly to facilitate an upcoming patch of my own.

Reviewers: wmi

Subscribers: hiraditya, jfb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list