[all-commits] [llvm/llvm-project] 566131: [flang] Put intrinsic function table back into order
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Sep 20 08:40:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5661317f864abf750cf893c6a4cc7a977be0995a
https://github.com/llvm/llvm-project/commit/5661317f864abf750cf893c6a4cc7a977be0995a
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/unittests/Evaluate/intrinsics.cpp
Log Message:
-----------
[flang] Put intrinsic function table back into order
Some intrinsic functions weren't findable because the table
wasn't strictly in order of names.
And complete a missing generalization of the extension DCONJG
to accept any kind of complex argument, like DREAL and DIMAG
were.
Differential Revision: https://reviews.llvm.org/D110002
More information about the All-commits
mailing list