[VE] (fp)trunc+store & load+(fp)ext isel
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 3 Feb 2020 15:55:25 +0000 (16:55 +0100)
committerSimon Moll <simon.moll@emea.nec.com>
Mon, 3 Feb 2020 15:55:44 +0000 (16:55 +0100)
commitbe9fe6aa8bd5085cb2ff7f1d28901a61bb89adad
treeac9b51966e90c6f3f4c2b02d81fe5091c457c6de
parent8ead5df0b1197daf4cd5ed5d990a43d62c3cf43e
[VE] (fp)trunc+store & load+(fp)ext isel

Summary: load+sext/zext/fpext and (fp)trunc+store isel legalization and tests

Reviewers: arsenm, craig.topper, rengolin, k-ishizaka

Reviewed By: arsenm

Subscribers: merge_guards_bot, wdng, hiraditya, llvm-commits

Tags: #ve, #llvm

Differential Revision: https://reviews.llvm.org/D73774
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/test/CodeGen/VE/fp_extload_truncstore.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/sext_zext_load.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/truncstore.ll [new file with mode: 0644]