[RISCV] Add tests showing the optimization pipeline for O0 and O3.
authorCraig Topper <craig.topper@sifive.com>
Thu, 10 Mar 2022 04:39:14 +0000 (20:39 -0800)
committerCraig Topper <craig.topper@sifive.com>
Thu, 10 Mar 2022 05:42:09 +0000 (21:42 -0800)
commit7cd78da8da70719895844729f8846dcae15acd5f
treef9ba42b2cc32028b4d9093779559329b852f662d
parentd1638cb0b5b24fc4895902721d622216d08fc186
[RISCV] Add tests showing the optimization pipeline for O0 and O3.

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

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D120840
llvm/test/CodeGen/RISCV/O0-pipeline.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/O3-pipeline.ll [new file with mode: 0644]