[all-commits] [llvm/llvm-project] e954ba: [VE][NFC] Disable VP tests
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Dec 9 22:19:04 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e954ba28bcac9dc8d0ffc57d56ffa06ea2cd2f69
https://github.com/llvm/llvm-project/commit/e954ba28bcac9dc8d0ffc57d56ffa06ea2cd2f69
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M llvm/test/CodeGen/VE/Vector/vp_add.ll
M llvm/test/CodeGen/VE/Vector/vp_and.ll
M llvm/test/CodeGen/VE/Vector/vp_ashr.ll
M llvm/test/CodeGen/VE/Vector/vp_lshr.ll
M llvm/test/CodeGen/VE/Vector/vp_mul.ll
M llvm/test/CodeGen/VE/Vector/vp_or.ll
M llvm/test/CodeGen/VE/Vector/vp_sdiv.ll
M llvm/test/CodeGen/VE/Vector/vp_shl.ll
M llvm/test/CodeGen/VE/Vector/vp_srem.ll
M llvm/test/CodeGen/VE/Vector/vp_sub.ll
M llvm/test/CodeGen/VE/Vector/vp_udiv.ll
M llvm/test/CodeGen/VE/Vector/vp_urem.ll
M llvm/test/CodeGen/VE/Vector/vp_xor.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list