[PATCH] D79283: [PowerPC] Add missing handling for half precision
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 21:36:41 PDT 2020
nemanjai created this revision.
nemanjai added reviewers: hfinkel, PowerPC, jonpa, uweigand.
Herald added subscribers: shchenz, kbarton, hiraditya.
Herald added a project: LLVM.
I recently fixed PR39865 but in doing so, missed a bunch of other cases that cause crashes in the PPC back end.
This patch handles those missed cases.
Fixes: https://bugs.llvm.org/show_bug.cgi?id=45776
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79283
Files:
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.h
llvm/lib/Target/PowerPC/PPCInstrVSX.td
llvm/test/CodeGen/PowerPC/handle-f16-storage-type.ll
llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll
llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79283.261613.patch
Type: text/x-patch
Size: 57283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/32b215fa/attachment.bin>
More information about the llvm-commits
mailing list