[PATCH] D83497: [PowerPC][Power10] Fix the VINSW instruction to have an i32 argument.
Rafik Zurob via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 21:48:57 PDT 2020
rzurob requested changes to this revision.
rzurob added a comment.
This revision now requires changes to proceed.
We should update vins[bhw][lr] too. They have the same problem.
================
Comment at: llvm/include/llvm/IR/IntrinsicsPowerPC.td:523
Intrinsic<[llvm_v4i32_ty],
[llvm_v4i32_ty, llvm_i64_ty, llvm_v4i32_ty],
[IntrNoMem]>;
----------------
The same problem also occurs in vins[bhw][lr]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83497/new/
https://reviews.llvm.org/D83497
More information about the llvm-commits
mailing list