[all-commits] [llvm/llvm-project] 7cfd26: [OpenMPOPT][NFC] Introducing OMPInformationCache.
Stefan Stipanovic via All-commits
all-commits at lists.llvm.org
Wed Jun 17 07:57:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7cfd267c518aba226b34b7fbfe8db70000b22053
https://github.com/llvm/llvm-project/commit/7cfd267c518aba226b34b7fbfe8db70000b22053
Author: sstefan1 <sstipanovic at s-energize.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMPOPT][NFC] Introducing OMPInformationCache.
Summary:
Introduction of OpenMP-specific information cache based on Attributor's `InformationCache`. This should make it easier to share information between them.
Reviewers: jdoerfert, JonChesterfield, hamax97, jhuber6, uenoku
Subscribers: yaxunl, hiraditya, guansong, uenoku, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81798
More information about the All-commits
mailing list