[all-commits] [llvm/llvm-project] 2cc6f7: [Attributor] Create a call site position for AACal...

Kuter Dinel via All-commits all-commits at lists.llvm.org
Sun Sep 12 15:17:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cc6f7c8e108fbc5b5acb513b1edc086ba21563a
      https://github.com/llvm/llvm-project/commit/2cc6f7c8e108fbc5b5acb513b1edc086ba21563a
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2021-09-13 (Mon, 13 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [Attributor] Create a call site position for AACalledges

This patch adds a call site position for AACallEdges, this
allows us to ask questions about which functions a specific
`CallBase` might call.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list