[all-commits] [llvm/llvm-project] 66be2e: [VE] Support copysign math function
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Oct 12 05:06:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 66be2e00ef29f8a747df2f7a57682e112266f525
https://github.com/llvm/llvm-project/commit/66be2e00ef29f8a747df2f7a57682e112266f525
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_copysign.ll
Log Message:
-----------
[VE] Support copysign math function
VE doesn't have instruction for copysign, so expand it. Add a
regression test also.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D89228
More information about the All-commits
mailing list