[all-commits] [llvm/llvm-project] 6b587e: [VE] Isel patterns for fp32/64 and i32/64 conversion
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Jan 29 05:10:45 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b587ee23c621767634a686310225d8c03528022
https://github.com/llvm/llvm-project/commit/6b587ee23c621767634a686310225d8c03528022
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/CodeGen/VE/bitcast.ll
M llvm/test/CodeGen/VE/cast.ll
A llvm/test/CodeGen/VE/fp_to_int.ll
A llvm/test/CodeGen/VE/int_to_fp.ll
Log Message:
-----------
[VE] Isel patterns for fp32/64 and i32/64 conversion
Summary:
fp32/64 <> signed/unsigned i32/64 conversion isel patterns and tests
(This patch depends on `fsub` implemented by https://reviews.llvm.org/D73540 )
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/D73544
More information about the All-commits
mailing list