[RISCV] Add test coverage for upcoming select lowering optimization
authorPhilip Reames <preames@rivosinc.com>
Wed, 28 Sep 2022 22:47:25 +0000 (15:47 -0700)
committerPhilip Reames <listmail@philipreames.com>
Wed, 28 Sep 2022 23:04:25 +0000 (16:04 -0700)
commitf49887f7fd3cec483a9938610d7db1d32ddd005b
treed9ee8222646ee4b27e1fc20b3e06354032c57aea
parenta7aaafde2ef5cdcb8a930a6be1bc638721b515ff
[RISCV] Add test coverage for upcoming select lowering optimization

Test copied from X86 backend since I'm going to be taking the code from there too.
llvm/test/CodeGen/RISCV/select.ll [new file with mode: 0644]