[all-commits] [llvm/llvm-project] c7dc9d: [VE] Remove output to /dev/stdout
Jake Egan via All-commits
all-commits at lists.llvm.org
Wed Mar 16 08:42:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7dc9dbaff3a4cda7c23088e77a078a3b57af545
https://github.com/llvm/llvm-project/commit/c7dc9dbaff3a4cda7c23088e77a078a3b57af545
Author: Jake Egan <jakeegan10 at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M llvm/test/CodeGen/VE/Vector/vec_reduce_add.ll
M llvm/test/CodeGen/VE/Vector/vec_reduce_and.ll
M llvm/test/CodeGen/VE/Vector/vec_reduce_or.ll
M llvm/test/CodeGen/VE/Vector/vec_reduce_smax.ll
M llvm/test/CodeGen/VE/Vector/vec_reduce_xor.ll
M llvm/test/CodeGen/VE/Vector/vp_reduce_add.ll
M llvm/test/CodeGen/VE/Vector/vp_reduce_and.ll
M llvm/test/CodeGen/VE/Vector/vp_reduce_or.ll
M llvm/test/CodeGen/VE/Vector/vp_reduce_smax.ll
M llvm/test/CodeGen/VE/Vector/vp_reduce_xor.ll
Log Message:
-----------
[VE] Remove output to /dev/stdout
Sending output to /dev/stdout on AIX gets an llc permission denied error, so this patch removes this from the tests.
Reviewed By: simoll, hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D121799
More information about the All-commits
mailing list