[Mlir-commits] [mlir] [NFC][mlir][vector] Handle potential static cast assertion. (PR #152957)

James Newling llvmlistbot at llvm.org
Mon Aug 18 20:52:39 PDT 2025


https://github.com/newling approved this pull request.

Ok. This is clearly a bug, you're hitting it with a cast<X>, it is resolved with a dyn_cast<X>. So from my end it's not worth investing too much effort into getting a test. LGTM; thanks for the fix!

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


More information about the Mlir-commits mailing list