[all-commits] [llvm/llvm-project] 617be2: [flang] Support DFLOAT legacy extension intrinsic ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Aug 4 12:19:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 617be2756fd0e0d943d082e8f86309c4133ce64b
https://github.com/llvm/llvm-project/commit/617be2756fd0e0d943d082e8f86309c4133ce64b
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Evaluate/intrinsics.cpp
A flang/test/Semantics/dfloat.f90
Log Message:
-----------
[flang] Support DFLOAT legacy extension intrinsic function
Like the similar legacy extension FLOAT(), DFLOAT() represents a
conversion from default integer to DOUBLE PRECISION. Rewrite
into a conversion operation.
Differential Revision: https://reviews.llvm.org/D107489
More information about the All-commits
mailing list