[flang-commits] [flang] [flang][NFC] Converted five tests from old lowering to new lowering (part 10) (PR #178357)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Jan 28 07:45:16 PST 2026
eugeneepshteyn wrote:
> Just a quick question. These tests use `-fc1` instead of `bbc`. Was this the case with the other lowering tests that have been converted? I thought that those continued to use `bbc`, but may be I am misremembering.
Is there an advantage to keep using `bbc` for these tests? With `flang -fc1` we get HLFIR exactly as flang generates it. Unless there's a particular option or test mode that's only supported by `bbc`, I would favor using `flang -fc1` as much as possible.
https://github.com/llvm/llvm-project/pull/178357
More information about the flang-commits
mailing list