[flang-commits] [flang] [flang] Switch lowering to use the HLFIR	step by default (PR #72090)
    via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Nov 13 04:50:55 PST 2023
    
    
  
jeanPerier 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`.
https://github.com/llvm/llvm-project/pull/72090
    
    
More information about the flang-commits
mailing list