[all-commits] [llvm/llvm-project] 561fbe: [flang][hlfir] address char_convert issues as ment...
Anthony Cabrera via All-commits
all-commits at lists.llvm.org
Mon Oct 9 14:27:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 561fbe441ea919b97301dede408ccdf2a0a29b49
https://github.com/llvm/llvm-project/commit/561fbe441ea919b97301dede408ccdf2a0a29b49
Author: Anthony Cabrera <cabreraam at users.noreply.github.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M flang/lib/Lower/ConvertExprToHLFIR.cpp
A flang/test/Lower/HLFIR/charconvert.f90
M flang/test/Lower/charconvert.f90
Log Message:
-----------
[flang][hlfir] address char_convert issues as mentioned in #64315 (#67570)
As shown in #64315, there were issues when trying to lower two flavors
of Fortran code that implicitly perform `CHARACTER` conversion.
This PR addresses those issues.
More information about the All-commits
mailing list