[PATCH] D91054: [Clang][OpenMP] Frontend work for sections - D89671

Chirag Khandelwal via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 22 08:49:27 PDT 2021


AMDChirag added a comment.

In D91054#2708873 <https://reviews.llvm.org/D91054#2708873>, @jdoerfert wrote:

> What is missing or not working in the IRBuilder impl that prevents us from turning it on by default?

Per the `TODO` in this patch (`CGStmtOpenMP.cpp - 3775`), `PrivatizationCallback` is not working right now.
I can't think of anything else. The test cases are all working so there's that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91054/new/

https://reviews.llvm.org/D91054



More information about the cfe-commits mailing list