[all-commits] [llvm/llvm-project] ba9ed2: [LoongArch] Add tests showing the optimization pip...
Lu Weining via All-commits
all-commits at lists.llvm.org
Fri Dec 16 02:10:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba9ed24b0382ac984ba32afbb17eb85f34ec0151
https://github.com/llvm/llvm-project/commit/ba9ed24b0382ac984ba32afbb17eb85f34ec0151
Author: Weining Lu <luweining at loongson.cn>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
A llvm/test/CodeGen/LoongArch/O0-pipeline.ll
A llvm/test/CodeGen/LoongArch/opt-pipeline.ll
Log Message:
-----------
[LoongArch] Add tests showing the optimization pipeline
Other targets like ARM, AArch64, RISCV and X86 have similar tests.
`O1`, `O2` and `O3` appear to be the same for now. But in future, some
passes may be disabled at lower levels (e.g. `O1`). Hoping we can use
FileCheck prefixes for differences to avoid repeating the contents 3
times.
Reviewed By: xen0n, MaskRay
Differential Revision: https://reviews.llvm.org/D139499
More information about the All-commits
mailing list