[PATCH] D73207: [VE] add, sub, left/right shift isel patterns
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 08:50:30 PST 2020
simoll created this revision.
simoll added reviewers: arsenm, rengolin, craig.topper, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.
simoll added a parent revision: D71338: [VE,#1] Scalar code generation.
Add, sub, left/right shift isel patterns and tests for i32/i64 and fp32/fp64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73207
Files:
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/addition.ll
llvm/test/CodeGen/VE/left_shift.ll
llvm/test/CodeGen/VE/right_shift.ll
llvm/test/CodeGen/VE/subtraction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73207.239616.patch
Type: text/x-patch
Size: 28941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/ce140530/attachment.bin>
More information about the llvm-commits
mailing list