[all-commits] [llvm/llvm-project] c575ba: [Attributor] AAPotentialValues Interface

Shinji Okumura via All-commits all-commits at lists.llvm.org
Fri Aug 7 01:39:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c575ba28de2f24cb2fd602780029bdaa8e0ce4a5
      https://github.com/llvm/llvm-project/commit/c575ba28de2f24cb2fd602780029bdaa8e0ce4a5
  Author: Shinji Okumura <okuraofvegetable at gmail.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  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/potential.ll

  Log Message:
  -----------
  [Attributor] AAPotentialValues Interface

This is a split patch of D80991.
This patch introduces AAPotentialValues and its interface only.
For more detail of AAPotentialValues abstract attribute, see the original patch.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list