[Openmp-commits] [openmp] r271035 - Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch

Churbanov, Andrey via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 2 09:15:30 PDT 2016


OK for me.

- Andrey

-----Original Message-----
From: Peyton, Jonathan L 
Sent: Thursday, June 2, 2016 7:11 PM
To: Churbanov, Andrey <Andrey.Churbanov at intel.com>; Tom Stellard <tom at stellard.net>
Cc: openmp-commits (openmp-commits at lists.llvm.org) <openmp-commits at lists.llvm.org>; John Mellor-Crummey <johnmc at rice.edu>
Subject: RE: [Openmp-commits] [openmp] r271035 - Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch

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

--------------------------------------------------------------------
Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


More information about the Openmp-commits mailing list