[all-commits] [llvm/llvm-project] 62f5ba: [PowerPC][Power10] Implement Test LSB by Byte Buil...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Mon Jul 13 20:48:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62f5ba624bfba5ccf4446737ad2bfb1fc013b376
https://github.com/llvm/llvm-project/commit/62f5ba624bfba5ccf4446737ad2bfb1fc013b376
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-p10vector.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
A llvm/test/CodeGen/PowerPC/builtins-ppc-p10vsx.ll
Log Message:
-----------
[PowerPC][Power10] Implement Test LSB by Byte Builtins in LLVM/Clang
This patch implements builtins for the Test LSB by Byte instruction introduced
in Power10.
Differential Revision: https://reviews.llvm.org/D82431
More information about the All-commits
mailing list