Files
clang-p2996/flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIROrderedAssignments.cpp
jeanPerier 3643d11988 [flang][hlfir] Support box in user defined assignments (#77578)
When dealing with overlaps in user defined assignments, some entities
with descriptors (fir.box) may be saved without descriptors. The current
code was replacing the original box entity with the "raw" copy with a
simple cast instead of creating a box for the copy. This patch ensures a
fir.embox is emitted instead.
2024-01-11 08:50:35 +01:00

58 KiB