[Mlir-commits] [flang] [mlir] [Flang][OpenMP] Don't generate code for unreachable target regions. (PR #178937)
Abid Qadeer
llvmlistbot at llvm.org
Wed Feb 11 03:02:30 PST 2026
abidh wrote:
Thanks @bhandarkar-pranav @tblah for your comments. I have pushed a commit that uses `DeadCodeAnalysis`. It makes the code a bit simple because that analysis can handle both constant if conditions and block level reachability. Please have a look. We can either use this or revert this commit and can do back to Dominance based analysis.
https://github.com/llvm/llvm-project/pull/178937
More information about the Mlir-commits
mailing list