[all-commits] [llvm/llvm-project] f3fdc9: [flang] Fix the incorrect insertion point for allo...

Hao Jin via All-commits all-commits at lists.llvm.org
Tue Sep 12 21:12:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3fdc967a87dca9b7d5e0572217426834c6bfa0a
      https://github.com/llvm/llvm-project/commit/f3fdc967a87dca9b7d5e0572217426834c6bfa0a
  Author: Hao Jin <erjin at users.noreply.github.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir

  Log Message:
  -----------
  [flang] Fix the incorrect insertion point for alloca (#65999)

While creating a temporary alloca for a box in OpenMp region, the
insertion point should be the OpenMP region block instead of the
function entry block.




More information about the All-commits mailing list