[Openmp-commits] [PATCH] D132925: Add LoongArch64 Support For OpenMP
Xi Ruoyao via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Sep 3 01:32:22 PDT 2022
xry111 added inline comments.
================
Comment at: openmp/runtime/src/z_Linux_asm.S:1806
+
+ addi.d $t0, $t0, 1
+
----------------
Hmm, looks like something has gone wrong here when my change is applied... `addi.d $t0, $t0, 1` is duplicated, and `addi.d $t0, $a3, -6` is missing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132925/new/
https://reviews.llvm.org/D132925
More information about the Openmp-commits
mailing list