[Mlir-commits] [mlir] [MLIR][LLVM] Support for indirectbr (PR #135092)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Mon Apr 14 11:41:30 PDT 2025


bcardosolopes wrote:

> Instead we can maybe rely on the existing blockaddress op verifier that kicks in once bad things happened (i.e. a tag operation got deleted)?

Agreed. This works fine for our current use cases and in the future we can go for the long term solution.

https://github.com/llvm/llvm-project/pull/135092


More information about the Mlir-commits mailing list