[all-commits] [llvm/llvm-project] fc5530: [PowerPC][Power10] Fix VINS* (vector insert byte/h...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Wed Jul 15 22:31:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc55308628709bfc64b100dadf9a030fbb2afaee
https://github.com/llvm/llvm-project/commit/fc55308628709bfc64b100dadf9a030fbb2afaee
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/test/CodeGen/builtins-ppc-p10vector.c
M llvm/include/llvm/IR/IntrinsicsPowerPC.td
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
M llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
Log Message:
-----------
[PowerPC][Power10] Fix VINS* (vector insert byte/half/word) instructions to have i32 arguments.
Previously, the vins* intrinsic was incorrectly defined to have its second and
third argument arguments as an i64. This patch fixes the second and third
argument of the vins* instruction and intrinsic to have i32s instead.
Differential Revision: https://reviews.llvm.org/D83497
More information about the All-commits
mailing list