[all-commits] [llvm/llvm-project] 29fa64: [flang][OpenMP][NFC] Outline `genOpWithBody` & `cr...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Tue Feb 6 04:36:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29fa64f845df6b1ba3f562564ab97a07aa7077ee
      https://github.com/llvm/llvm-project/commit/29fa64f845df6b1ba3f562564ab97a07aa7077ee
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp

  Log Message:
  -----------
  [flang][OpenMP][NFC] Outline `genOpWithBody` & `createBodyOfOp` args (#80817)

This PR outlines the arguments of the open CodeGen functions into 2
separate structs. This was, in part, motivated by the delayed
privatization WIP #79862 where we had to extend the signatures of both
functions containing quite a bit of default values (`nullptr`, `false`).
This PR does not add any new arguments yet though, just outlines the
existing ones.




More information about the All-commits mailing list