[all-commits] [llvm/llvm-project] ade190: [Attributor] AACallEdges, Add a way to ask nonasm ...

Kuter Dinel via All-commits all-commits at lists.llvm.org
Wed Jul 14 20:11:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ade190c5eabfb432fa273b354d371f84a312052b
      https://github.com/llvm/llvm-project/commit/ade190c5eabfb432fa273b354d371f84a312052b
  Author: Kuter Dinel <kuterdinel at gmail.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

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

  Log Message:
  -----------
  [Attributor] AACallEdges, Add a way to ask nonasm unknown callees

This patch adds a feature to AACallEdges AbstractAttribute that allows
users to ask if there is a unknown callee that isn't a inline assembly.
This feature is needed by some of it's users.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list