[Mlir-commits] [mlir] [NFC][mlir][vector] Handle potential static cast assertion. (PR #152957)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 19 03:24:36 PDT 2025
joker-eph wrote:
> Ok. This is clearly a bug, you're hitting it with a cast, it is resolved with a dyn_cast. So from my end it's not worth investing too much effort into getting a test.
I am not sure why we wouldn't need a test actually?
Downstream often ncounter issues which are specific to their setup, and the usual requirements is to have a test to provide coverage upstream.
So please follow-up with a test ASAP.
https://github.com/llvm/llvm-project/pull/152957
More information about the Mlir-commits
mailing list