[PATCH] D91646: [VE] VEC_BROADCAST, lowering and isel
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 08:01:05 PST 2020
simoll updated this revision to Diff 306111.
simoll marked 2 inline comments as done.
simoll added a comment.
- Add isel and tests for vbrd-with-immediate.
- Added `<128 x i16>`, `<256 x i16>`, `<128 x i32>` broadcast tests to show promotion, widening and scalarization.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91646/new/
https://reviews.llvm.org/D91646
Files:
llvm/lib/Target/VE/VECallingConv.td
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEInstrPatternsVec.td
llvm/lib/Target/VE/VERegisterInfo.td
llvm/test/CodeGen/VE/Vector/vec_broadcast.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91646.306111.patch
Type: text/x-patch
Size: 21354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201118/ac5cdcdc/attachment.bin>
More information about the llvm-commits
mailing list