[all-commits] [llvm/llvm-project] 8855fe: [OpenMPOpt] Use a pointer value type in map
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Apr 20 21:29:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8855fec37e7cabdfbfd9645c069a272545ba04d3
https://github.com/llvm/llvm-project/commit/8855fec37e7cabdfbfd9645c069a272545ba04d3
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMPOpt] Use a pointer value type in map
The value type was a set before which can easily lead to excessive
memory usage and copying. We use a pointer to a vector instead now.
More information about the All-commits
mailing list