[PATCH] D137482: [LoongArch] Support parsing target specific flags for MIR
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 5 16:47:26 PDT 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/CodeGen/LoongArch/mir-target-flags.ll:3
+; RUN: --relocation-model=pic %s -o %t.mir
+; RUN: llc --mtriple=loongarch64 --run-pass loongarch-prera-expand-pseudo \
+; RUN: %t.mir -o - | FileCheck %s
----------------
`llc --mtriple=loongarch64 --run-pass loongarch-prera-expand-pseudo ` does not change the output. Is it needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137482/new/
https://reviews.llvm.org/D137482
More information about the llvm-commits
mailing list