[PATCH] D137233: [LoongArch] Add support for the BranchRelaxation pass

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 00:23:51 PDT 2022


StephenFan added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/branch-relaxation.ll:3
+; RUN: llc --mtriple=loongarch32 --filetype=obj --verify-machineinstrs < %s \
+; RUN:   -o /dev/null 2>&1
+; RUN: llc --mtriple=loongarch64 --filetype=obj --verify-machineinstrs < %s \
----------------
Is it possible to use `-filetype=null` if the output is not needed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137233



More information about the llvm-commits mailing list