[Mlir-commits] [mlir] [mlir] fix Undefined behavior in CastInfo::castFailed with From=<MLIRinterface> (PR #87145)

Ingo Müller llvmlistbot at llvm.org
Thu Aug 22 00:40:38 PDT 2024


ingomueller-net wrote:

The CI is green because I found a work-around: I can use a `TypeSwitch<Operation *>`, which works as intended (see the main message of #86647).

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


More information about the Mlir-commits mailing list