[PATCH] D136215: [LoongArch] Add support for ISD::FRAMEADDR and ISD::RETURNADDR

Gong LingQin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 19:30:52 PDT 2022


gonglingqin added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/frameaddr-returnaddr.ll:50
+; LA64-NEXT:    ret
+  %1 = call ptr @llvm.frameaddress(i32 2)
+  ret ptr %1
----------------
SixWeining wrote:
> SixWeining wrote:
> > For an assertion build, this will crash.
> Maybe this test can be removed before `; REQUIRES: noasserts` getting supported by `llvm-lit`?
Thanks, I will remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136215



More information about the llvm-commits mailing list