[all-commits] [llvm/llvm-project] e2297d: [flang] Fix -fno-omit-frame-pointer (#180507)

KAWASHIMA Takahiro via All-commits all-commits at lists.llvm.org
Wed Feb 11 17:25:08 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2297da21660a0c9f3db90c3effd18f6c17e38e9
      https://github.com/llvm/llvm-project/commit/e2297da21660a0c9f3db90c3effd18f6c17e38e9
  Author: KAWASHIMA Takahiro <t-kawashima at fujitsu.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M flang/include/flang/Optimizer/Transforms/Passes.td
    M flang/lib/Optimizer/Passes/Pipelines.cpp
    M flang/test/Driver/func-attr.f90

  Log Message:
  -----------
  [flang] Fix -fno-omit-frame-pointer (#180507)

The PR #163775 added `FramePointerKind::NonLeafNoReserve`. However it
seems it forgot to update some codes in Flang. By this bug,
`frame-pointer` attribute in IR was not set even if
`-fno-omit-frame-pointer` is specified.

Fixes #180118



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list