[all-commits] [llvm/llvm-project] 085065: Big-endian version of vpermxor
w2yehia via All-commits
all-commits at lists.llvm.org
Tue Nov 30 14:50:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0850655da69a700b7def4fe8d9a44d1c8d55877c
https://github.com/llvm/llvm-project/commit/0850655da69a700b7def4fe8d9a44d1c8d55877c
Author: Tarique Islam <tislam at ca.ibm.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/test/CodeGen/builtins-ppc-crypto.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstrVSX.td
A llvm/test/CodeGen/PowerPC/crypto_bifs_be.ll
Log Message:
-----------
Big-endian version of vpermxor
A big-endian version of vpermxor, named vpermxor_be, is added to LLVM
and Clang. vpermxor_be can be called directly on both the little-endian
and the big-endian platforms.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D114540
More information about the All-commits
mailing list