[PATCH] D140727: [XRay] Add initial support for loongarch64
Limin Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 19:02:37 PDT 2023
Ami-zhang added inline comments.
================
Comment at: llvm/test/CodeGen/LoongArch/xray-attribute-instrumentation.ll:24
+; CHECK-NEXT: .Lxray_sleds_start0:
+; CHECK-NEXT: .Ltmp0:
+; CHECK-NEXT: .dword .Lxray_sled_begin0-.Ltmp0
----------------
MaskRay wrote:
> See `llvm/test/CodeGen/X86/xray-attribute-instrumentation.ll`. I use something like `[[TMP:.Ltmp[0-9]+]]:` so that we don't need to adjust the test if the compiler happens to produce more `.Ltmp*` symbols.
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140727/new/
https://reviews.llvm.org/D140727
More information about the llvm-commits
mailing list