[flang-commits] [flang] [flang] Switch lowering to use the HLFIR step by default (PR #72090)

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Mon Nov 13 14:31:42 PST 2023


banach-space wrote:

> > Just based on the summary - shouldn't this patch include a test for `flang-new` that uses `-flang-deprecated-no-hlfir `? Instead of `-flang-deprecated-hlfir `?
> 
> There is one, see line 8 of the (new) file version. It is not added in this patch since this patch is not adding the switch. The core change of this patch is tested on (new) line 7 and 10: without any switches, bbc and flang_new output now checks for `FIR` and not `NO-HLFIR`.

Thanks for pointing it out, I missed that. Great work!

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


More information about the flang-commits mailing list