[PATCH] D140727: [XRay] Add initial support for loongarch64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 14:51:37 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/xray-attribute-instrumentation.ll:1
+; RUN: llc --mtriple=loongarch64 %s -o - | FileCheck %s
+; RUN: llc --mtriple=loongarch64 -filetype=obj %s -o %t
----------------
I think you want to read my recent updates to other `xray-attribute-instrumentation.ll`. Certain changes can make the test less sensitive to non-xray updates.



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