[all-commits] [llvm/llvm-project] eaf1b6: [Attributor] Derive AACallEdges attribute

Kuter Dinel via All-commits all-commits at lists.llvm.org
Thu Jun 17 14:29:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eaf1b6810ce0f40008b2b1d902750eafa3e198d3
      https://github.com/llvm/llvm-project/commit/eaf1b6810ce0f40008b2b1d902750eafa3e198d3
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    A llvm/test/Transforms/Attributor/callgraph.ll

  Log Message:
  -----------
  [Attributor] Derive AACallEdges attribute

This attribute computes the optimistic live call edges using the attributor
liveness information. This attribute will be used for deriving a
inter-procedural function reachability attribute.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list