[all-commits] [llvm/llvm-project] 6c89c5: [flang] Fix bug in character casting. Add missing ...
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Jun 17 07:10:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c89c5314476452e2189cc80715032857a49c4e5
https://github.com/llvm/llvm-project/commit/6c89c5314476452e2189cc80715032857a49c4e5
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2022-06-17 (Fri, 17 Jun 2022)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
A flang/test/Fir/embox-write.fir
Log Message:
-----------
[flang] Fix bug in character casting. Add missing sext/trunc in code gen.
This patch is part of the upstreaming effort from fir-dev branch.
It also ensures all descriptors created inline complies with LBOUND
requirement that the lower bound is `1` when the related dimension
extent is zero.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D128047
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list