[OpenMP] Add missing distribute definitions to AAKernelInfo
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 29 Sep 2021 19:47:59 +0000 (15:47 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 29 Sep 2021 20:06:34 +0000 (16:06 -0400)
commit87ce7e65f24c80de67e1434490a4a9586e0435e1
tree1973d3778c3c86206710583be99589db8e3ac906
parent52711fb8da1b0151f09c41bce1a3f0b5689ff87a
[OpenMP] Add missing distribute definitions to AAKernelInfo

Summary:
The RTL functions added in https://reviews.llvm.org/D110429 were
mistakenly left out from the list of safe runtime calls in AAKernelInfo.
This patch adds them in.
llvm/lib/Transforms/IPO/OpenMPOpt.cpp