[all-commits] [llvm/llvm-project] 77c1db: [OpenMP][AArch64] Fix frame pointer save in microt...
Dominik Wójt (Cognizant) via All-commits
all-commits at lists.llvm.org
Sun Nov 2 23:35:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77c1db47efb3cbc37b59b4be8eaa9ebaecedf360
https://github.com/llvm/llvm-project/commit/77c1db47efb3cbc37b59b4be8eaa9ebaecedf360
Author: Dominik Wójt (Cognizant) <dominik.wojt at cognizant.com>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M openmp/runtime/src/z_Linux_asm.S
Log Message:
-----------
[OpenMP][AArch64] Fix frame pointer save in microtask (#165313)
When OMPT is enabled, the stack pointer was not saved to frame pointer
register immediately after storing the frame pointer to the stack.
Therefore the frame pointers did not constitute a proper chain.
Fixes [#163352](https://github.com/llvm/llvm-project/issues/163352)
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