[all-commits] [llvm/llvm-project] 89197b: [openmp] Fix building z_Linux_asm.S for armv5t

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Feb 10 14:04:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89197b59f597995ecb6b6dc2e262a1ecddeee901
      https://github.com/llvm/llvm-project/commit/89197b59f597995ecb6b6dc2e262a1ecddeee901
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-02-11 (Sat, 11 Feb 2023)

  Changed paths:
    M openmp/runtime/src/z_Linux_asm.S

  Log Message:
  -----------
  [openmp] Fix building z_Linux_asm.S for armv5t

Don't use the ldrd instruction; that one requires armv5te. Instead
do two separate loads (or only one if OMPT_SUPPORT isn't defined).

This should fix https://github.com/llvm/llvm-project/issues/60370.

Differential Revision: https://reviews.llvm.org/D143683




More information about the All-commits mailing list