[PATCH] D118409: [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback.

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 11:56:58 PDT 2022


jdoerfert added inline comments.
Herald added subscribers: anlunx, bzcheeseman.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:70
+BasicBlock *splitBBWithSuffix(IRBuilderBase &Builder, bool CreateBranch,
+                              llvm::Twine Suffix = ".split");
+
----------------
Argh... Why do we need to copy llvm functionality instead of making it work for our use case?
Nit: `no llvm::`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118409



More information about the cfe-commits mailing list