This patch cleans up the sections tests as per the recent effort to
separate integration tests from unit tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The lines in FIRDialect are just changed to CHECK lines. They have not been changed otherwise (even though the phabricator diff view suggests that they have been changed by a lot)
Comment Actions
BTW, can you create one more PR to fix all the tests under flang/Lower/OpenMP? Others will then follow the same style.
Comment Actions
Can you add one (atleast) test for sections in https://github.com/llvm/llvm-project/blob/main/flang/test/Fir/convert-to-llvm-openmp-and-fir.fir?
Comment Actions
Yes, thank you. I was trying to find this file yesterday but for some reason I was not able to find it. Thank you. I am adding test there too.