[RISCV] Expand codegen -> compression sanity checks and move to a single file
authorAlex Bradbury <asb@lowrisc.org>
Wed, 18 Apr 2018 20:17:29 +0000 (20:17 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Wed, 18 Apr 2018 20:17:29 +0000 (20:17 +0000)
commitc0464d9271bedaddcca349c9a610b39d8505d2a6
tree99dce434cf86b221e390aca477e17ccf0a3b0505
parent04244cbf45d06370c54fdfba065e0ab4dfe004ca
[RISCV] Expand codegen -> compression sanity checks and move to a single file

The objdump tests interfere with update_llc_test_checks.py and can't be
automatically update them. Put the sanitify check for compression on the
codegen codepath into a separate file, and expand it to also include tests of
integer materialisation. This would catch changes such as those triggered by
D41949.

llvm-svn: 330288
llvm/test/CodeGen/RISCV/alu32.ll
llvm/test/CodeGen/RISCV/branch.ll
llvm/test/CodeGen/RISCV/compress-Pseudo.ll [deleted file]
llvm/test/CodeGen/RISCV/compress.ll [new file with mode: 0644]