[flang-commits] [flang] [mlir] [RFC][Draft][flang][FIR] Model implict box allocations in side effects (PR #178412)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Wed Jan 28 04:56:20 PST 2026
tblah wrote:
Another possible but ugly solution would be
```
%temp = fir.fake_temporary // has allocation effect on %temp
%0 = fir.embox %val temp %temp // has no allocation effects
```
https://github.com/llvm/llvm-project/pull/178412
More information about the flang-commits
mailing list