forked from OSchip/llvm-project
0b55a8dc6f
The intrinsics DREAL, DIMAG, and DCONJG are from Fortran 77 extensions. For DREAL, the type of argument is extended to any complex. For DIMAG and DCONJG, the type of argument for them should be complex(8). For DIMAG, the result type should be real(8). For DCONJG, the result type should be complex(8). Fix the intrinsic interface for them and add test cases for the semantic checks and the lowering. Reviewed By: Jean Perier Differential Revision: https://reviews.llvm.org/D123459 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ISO-Fortran-binding.cpp | ||
bit-population-count.cpp | ||
expression.cpp | ||
folding.cpp | ||
fp-testing.cpp | ||
fp-testing.h | ||
integer.cpp | ||
intrinsics.cpp | ||
leading-zero-bit-count.cpp | ||
logical.cpp | ||
real.cpp | ||
reshape.cpp | ||
testing.cpp | ||
testing.h | ||
uint128.cpp |