[Openmp-commits] [PATCH] D137541: [OMPT] Drop LoongArch support

Lu Weining via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 7 17:28:21 PST 2022


SixWeining added a comment.

In D137541#3911880 <https://reviews.llvm.org/D137541#3911880>, @xry111 wrote:

> Is it possible to implement `__builtin_frame_address` for LoongArch then?

For `__builtin_frame_address(depth)` where `depth > 0`, can we return `0` directly if `frame pointer elimination` is enabled to avoid the issue mentioned here <https://reviews.llvm.org/D136215#3867136>.
I wonder how gcc handle case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137541



More information about the Openmp-commits mailing list