[all-commits] [llvm/llvm-project] 684737: [VE] MUL, SUB, OR, XOR v256i32|64 isel
Simon Moll via All-commits
all-commits at lists.llvm.org
Tue Dec 14 04:25:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6847379e895bfe4c6294f09f4e0d2c3bd949846e
https://github.com/llvm/llvm-project/commit/6847379e895bfe4c6294f09f4e0d2c3bd949846e
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M llvm/lib/Target/VE/VVPInstrInfo.td
M llvm/lib/Target/VE/VVPInstrPatternsVec.td
M llvm/lib/Target/VE/VVPNodes.def
M llvm/test/CodeGen/VE/Vector/vp_mul.ll
M llvm/test/CodeGen/VE/Vector/vp_or.ll
M llvm/test/CodeGen/VE/Vector/vp_sub.ll
M llvm/test/CodeGen/VE/Vector/vp_xor.ll
Log Message:
-----------
[VE] MUL,SUB,OR,XOR v256i32|64 isel
v256i32|i64 isel patterns and tests.
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D115643
More information about the All-commits
mailing list