[all-commits] [llvm/llvm-project] 3ed122: [VE] half fptrunc+store&load+fpext
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Feb 4 08:17:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ed12232b03721dd70ff6e88b10a016c7f2a915e
https://github.com/llvm/llvm-project/commit/3ed12232b03721dd70ff6e88b10a016c7f2a915e
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/lib/Target/VE/VEMCInstLower.cpp
M llvm/test/CodeGen/VE/fp_extload_truncstore.ll
Log Message:
-----------
[VE] half fptrunc+store&load+fpext
Summary:
fp16 (half) load+fpext and fptrunc+store isel legalization and tests.
Also, ExternalSymbolSDNode operand printing (tested by fp16 lowering).
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D73899
More information about the All-commits
mailing list