OSDN Git Service

[VE][NFC] Disable VP tests
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Thu, 10 Dec 2020 06:10:01 +0000 (15:10 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Thu, 10 Dec 2020 06:13:05 +0000 (15:13 +0900)
commite954ba28bcac9dc8d0ffc57d56ffa06ea2cd2f69
tree0146b1fd1d5deb534133533f91ae8e24ffe5db2c
parentbfcd3627f149908ca190ee949b8f094812cdb4ac
[VE][NFC] Disable VP tests

VP tests recently added don't work on Release mode.  They work on
Debug mode, so I disable them on Release mode to make tests work.
13 files changed:
llvm/test/CodeGen/VE/Vector/vp_add.ll
llvm/test/CodeGen/VE/Vector/vp_and.ll
llvm/test/CodeGen/VE/Vector/vp_ashr.ll
llvm/test/CodeGen/VE/Vector/vp_lshr.ll
llvm/test/CodeGen/VE/Vector/vp_mul.ll
llvm/test/CodeGen/VE/Vector/vp_or.ll
llvm/test/CodeGen/VE/Vector/vp_sdiv.ll
llvm/test/CodeGen/VE/Vector/vp_shl.ll
llvm/test/CodeGen/VE/Vector/vp_srem.ll
llvm/test/CodeGen/VE/Vector/vp_sub.ll
llvm/test/CodeGen/VE/Vector/vp_udiv.ll
llvm/test/CodeGen/VE/Vector/vp_urem.ll
llvm/test/CodeGen/VE/Vector/vp_xor.ll