[Openmp-commits] [PATCH] D61770: [OpenMP][AArch64] Fix compile with LLVM trunk.

Eli Friedman via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 14 14:44:13 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG025df3b82700: [OpenMP][AArch64] Fix compile with LLVM trunk. (authored by efriedma).

Changed prior to commit:
  https://reviews.llvm.org/D61770?vs=198952&id=199519#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61770/new/

https://reviews.llvm.org/D61770

Files:
  openmp/runtime/src/z_Linux_asm.S


Index: openmp/runtime/src/z_Linux_asm.S
===================================================================
--- openmp/runtime/src/z_Linux_asm.S
+++ openmp/runtime/src/z_Linux_asm.S
@@ -1243,7 +1243,7 @@
 
 	orr	w9, wzr, #1
 	add	w9, w9, w3, lsr #1
-	sub	sp, sp, w9, lsl #4
+	sub	sp, sp, w9, uxtw #4
 	mov	x11, sp
 
 	mov	x8, x0


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61770.199519.patch
Type: text/x-patch
Size: 329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190514/08647e54/attachment-0001.bin>


More information about the Openmp-commits mailing list