[flang-commits] [flang] [flang] Region-based HLFIR operation for conditional expressions lowering (PR #194411)

via flang-commits flang-commits at lists.llvm.org
Wed May 27 06:55:06 PDT 2026


https://github.com/jeanPerier commented:

Thanks for the update and explanation.

Based on your feedback on hlfir.elemental, I am suggesting a slightly different approach where you would not directly deal with creating the buffers and assign but delegate that to hlfir.as_expr + hlfir.associate.

This should lead to less temps and probably simpler compiler code.

I am fine with merging this and revisiting in a separate patch if that is easier for you.

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


More information about the flang-commits mailing list