[all-commits] [llvm/llvm-project] 9d6d4b: [VE] Support fneg and frem
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Oct 12 03:19:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9d6d4b07a21614be12edc063aeda2bd19b58f780
https://github.com/llvm/llvm-project/commit/9d6d4b07a21614be12edc063aeda2bd19b58f780
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
A llvm/test/CodeGen/VE/fp_fneg.ll
A llvm/test/CodeGen/VE/fp_frem.ll
Log Message:
-----------
[VE] Support fneg and frem
VE doesn't have fneg or frem instruction, so change them to expand. Add
regression tests also.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D89205
More information about the All-commits
mailing list