[all-commits] [llvm/llvm-project] 2ba4df: [VE] Add AND/OR/XOR regression tests
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Jun 5 01:06:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ba4df1c1b27fa1bc8249b807bf32e450f876dad
https://github.com/llvm/llvm-project/commit/2ba4df1c1b27fa1bc8249b807bf32e450f876dad
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/test/CodeGen/VE/addition.ll
A llvm/test/CodeGen/VE/and.ll
A llvm/test/CodeGen/VE/or.ll
M llvm/test/CodeGen/VE/subtraction.ll
A llvm/test/CodeGen/VE/xor.ll
Log Message:
-----------
[VE] Add AND/OR/XOR regression tests
Summary:
Add AND/OR/XOR regression tests and separate bit-op tests from exisiting
tests.
Differential Revision: https://reviews.llvm.org/D81206
More information about the All-commits
mailing list