[PATCH] D139499: [LoongArch] Add tests showing the optimization pipeline

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 19:34:06 PST 2022


SixWeining created this revision.
SixWeining added reviewers: xen0n, MaskRay, xry111, wangleiat.
Herald added subscribers: StephenFan, luismarques, pengfei, s.egerton, PkmX, simoncook, kristof.beyls, arichardson.
Herald added a project: All.
SixWeining requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

Other targets like ARM, AArch64, RISCV and X86 have similar tests.

O1 <https://reviews.llvm.org/owners/package/1/>, O2 <https://reviews.llvm.org/owners/package/2/> and O3 <https://reviews.llvm.org/owners/package/3/> appear to be the same for now. But in future, some
passes may be disabled at lower levels (e.g. O1 <https://reviews.llvm.org/owners/package/1/>). Hoping we can use
FileCheck prefixes for differences to avoid repeating the contents 3
times.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139499

Files:
  llvm/test/CodeGen/LoongArch/O0-pipeline.ll
  llvm/test/CodeGen/LoongArch/opt-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139499.480747.patch
Type: text/x-patch
Size: 12722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/b4b67bdb/attachment.bin>


More information about the llvm-commits mailing list