[all-commits] [llvm/llvm-project] b82033: [PowerPC] Support f128 under VSX
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Tue Apr 20 00:50:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8203397522fee82e5c79700b80837aed468dfad
https://github.com/llvm/llvm-project/commit/b8203397522fee82e5c79700b80837aed468dfad
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/test/CodeGen/PowerPC/f128-aggregates.ll
M llvm/test/CodeGen/PowerPC/f128-arith.ll
M llvm/test/CodeGen/PowerPC/f128-bitcast.ll
M llvm/test/CodeGen/PowerPC/f128-compare.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/f128-fma.ll
M llvm/test/CodeGen/PowerPC/f128-passByValue.ll
M llvm/test/CodeGen/PowerPC/f128-rounding.ll
M llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
M llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
M llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
M llvm/test/CodeGen/PowerPC/fp-strict-fcmp.ll
M llvm/test/CodeGen/PowerPC/ppc64-P9-setb.ll
M llvm/test/CodeGen/PowerPC/store_fptoi.ll
Log Message:
-----------
[PowerPC] Support f128 under VSX
This patch is the last one in backend to support fp128 type in
pre-POWER9 subtargets with VSX, removing temporary option and updating
remaining tests.
Reviewed By: steven.zhang
Differential Revision: https://reviews.llvm.org/D92374
More information about the All-commits
mailing list