[all-commits] [llvm/llvm-project] 0314e8: [VE] Support floating point immediate values
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Apr 28 00:37:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0314e8980fbabf009d8b856fb9dcb0e1c65ee92f
https://github.com/llvm/llvm-project/commit/0314e8980fbabf009d8b856fb9dcb0e1c65ee92f
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/fp_add.ll
M llvm/test/CodeGen/VE/fp_mul.ll
M llvm/test/CodeGen/VE/fp_sub.ll
Log Message:
-----------
[VE] Support floating point immediate values
Summary:
Add simm7fp/mimmfp to represent floating point immediate values.
Also clean multiclasses to define floating point arithmetic instructions
to handle simm7fp/mimmfp operands. Also add several regression tests
for new operands.
Differential Revision: https://reviews.llvm.org/D78887
More information about the All-commits
mailing list