[Openmp-commits] [openmp] r271035 - Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch
Peyton, Jonathan L via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jun 2 09:10:51 PDT 2016
Tom, Andrey,
Can this commit be merged into 3.8.1? It is a follow up to r270821 which fixes OMPT functionality inside the newly added assembly routine for ppc64.
-- Johnny
-----Original Message-----
From: Openmp-commits [mailto:openmp-commits-bounces at lists.llvm.org] On Behalf Of Hal Finkel via Openmp-commits
Sent: Friday, May 27, 2016 2:04 PM
To: openmp-commits at lists.llvm.org
Subject: [Openmp-commits] [openmp] r271035 - Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch
Author: hfinkel
Date: Fri May 27 14:04:05 2016
New Revision: 271035
URL: http://llvm.org/viewvc/llvm-project?rev=271035&view=rev
Log:
Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch
Thanks to John Mellor-Crummey for reporting the omission.
Modified:
openmp/trunk/runtime/src/z_Linux_asm.s
Modified: openmp/trunk/runtime/src/z_Linux_asm.s
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/z_Linux_asm.s?rev=271035&r1=271034&r2=271035&view=diff
==============================================================================
--- openmp/trunk/runtime/src/z_Linux_asm.s (original)
+++ openmp/trunk/runtime/src/z_Linux_asm.s Fri May 27 14:04:05 2016
@@ -1661,6 +1661,7 @@ __kmp_invoke_microtask:
# if OMPT_SUPPORT
.cfi_offset r30, -16
std 30, -16(31)
+ std 1, 0(8)
mr 30, 8
# endif
_______________________________________________
Openmp-commits mailing list
Openmp-commits at lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-commits
More information about the Openmp-commits
mailing list