[Attributor] Create getter function for the ID of the abstract attribute
authorLuofan Chen <clfbbn@gmail.com>
Wed, 15 Jul 2020 01:31:00 +0000 (09:31 +0800)
committerLuofan Chen <clfbbn@gmail.com>
Wed, 15 Jul 2020 01:55:18 +0000 (09:55 +0800)
commit233af8958e0cd1c0270429505a79f116c0e22c94
tree32d5b97d3d2e97fdaa3e620feae2e37d808a9c87
parent61cf9f4e723bd9522757931706b208a1357c30ba
[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
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/OpenMPOpt.cpp