[PATCH] D113295: [flang] Transform `fir.end` to an empty statement
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 16 07:29:44 PST 2021
awarzynski added a comment.
`fir.end` is only used in `fir.dispatch_table`, and `fir.dispatch_table` is currently a `notifyMatchFailure`, i.e. it's not implemented. I think that that's what we should do with `fir.end` as well. Let me update this accordingly. @schweitz , any thoughts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113295/new/
https://reviews.llvm.org/D113295
More information about the llvm-commits
mailing list