[Openmp-commits] [openmp] r271035 - Fix storing the frame pointer for OMP-T during ppc64 microtask dispatch
Hal Finkel via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 27 12:04:06 PDT 2016
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
More information about the Openmp-commits
mailing list