[flang-commits] [flang] [flang][hlfir] Resolve shape_of users when bufferizing eval_in_mem (PR #201214)

via flang-commits flang-commits at lists.llvm.org
Wed Jun 3 01:52:48 PDT 2026


https://github.com/jeanPerier commented:

Ah that ` if (user.index() > 2)` should have been ` if (user.index() > 1)`... (but your fix is better since it is better to still optimize this case).

Thanks for the fix !

https://github.com/llvm/llvm-project/pull/201214


More information about the flang-commits mailing list