[all-commits] [llvm/llvm-project] b8a929: [flang] Fix regression with recent work on intrins...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Apr 18 11:10:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8a929cb2f0ba3199823552269fe151682154703
https://github.com/llvm/llvm-project/commit/b8a929cb2f0ba3199823552269fe151682154703
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-18 (Mon, 18 Apr 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/lib/Semantics/expression.cpp
Log Message:
-----------
[flang] Fix regression with recent work on intrinsic/generic interactions
When resolving a procedure reference, do not allow a successful
intrinsic procedure probe result to override an existing
symbol.
Differential Revision: https://reviews.llvm.org/D123905
More information about the All-commits
mailing list