[all-commits] [llvm/llvm-project] b8f029: [flang] Accept legacy aliases for intrinsic functi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 18 17:24:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8f029c3a4e2bfc5e2afbbe0c14bdb01ec3f2087
https://github.com/llvm/llvm-project/commit/b8f029c3a4e2bfc5e2afbbe0c14bdb01ec3f2087
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/boz-literal-constants.f90
Log Message:
-----------
[flang] Accept legacy aliases for intrinsic function names
Support the names AND, OR, and XOR for the generic intrinsic
functions IAND, IOR, and IEOR respectively.
Differential Revision: https://reviews.llvm.org/D122034
More information about the All-commits
mailing list