[all-commits] [llvm/llvm-project] 418d23: [flang] Remove fp128 support for llvm.round and ll...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Tue Jul 26 05:23:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 418d2338f9bad03e002ca1a301ce537102a2f142
https://github.com/llvm/llvm-project/commit/418d2338f9bad03e002ca1a301ce537102a2f142
Author: Peixin Qiao <qiaopeixin at huawei.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
M flang/test/Lower/Intrinsics/aint.f90
M flang/test/Lower/Intrinsics/anint.f90
M flang/test/Lower/math-lowering.f90
Log Message:
-----------
[flang] Remove fp128 support for llvm.round and llvm.trunc
The fp128 in llvm.round and llvm.trunc is not supported in X86_64 for
now. Revert the support. To support quad precision for llvm.round and
llvm.trunc, it may should be supported using runtime.
Reviewed By: Jean Perier
Differential Revision: https://reviews.llvm.org/D130556
More information about the All-commits
mailing list