[all-commits] [llvm/llvm-project] 8a7cf1: [llvm][NFC] Refactor APIs operating on CallBase

Mircea Trofin via All-commits all-commits at lists.llvm.org
Tue Apr 28 13:24:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a7cf11f92e1fbc35dc754b4113e6697fa425607
      https://github.com/llvm/llvm-project/commit/8a7cf11f92e1fbc35dc754b4113e6697fa425607
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/IndirectCallVisitor.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
    M llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc

  Log Message:
  -----------
  [llvm][NFC] Refactor APIs operating on CallBase

Summary:
Refactored the parameter and return type where they are too generally
typed as Instruction.

Reviewers: dblaikie, wmi, craig.topper

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list