[all-commits] [llvm/llvm-project] 233af8: [Attributor] Create getter function for the ID of ...

hellobbn via All-commits all-commits at lists.llvm.org
Tue Jul 14 18:56:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 233af8958e0cd1c0270429505a79f116c0e22c94
      https://github.com/llvm/llvm-project/commit/233af8958e0cd1c0270429505a79f116c0e22c94
  Author: Luofan Chen <clfbbn at gmail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

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

  Log Message:
  -----------
  [Attributor] Create getter function for the ID of the abstract attribute

Summary: The `getIdAddr()` function returns the address of the ID of the abstract attribute

Reviewers: jdoerfert, sstefan1, uenoku, homerdin, baziotis

Reviewed By: jdoerfert

Subscribers: okura, hiraditya, uenoku, kuter, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list