[llvm] [clang-tools-extra] [libcxx] [compiler-rt] [mlir] [clang] [flang] [mlir] Fix a zero stride canonicalizer crash (PR #74200)

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 22:35:40 PST 2023


joker-eph wrote:

> Is it possible to add the test case (or minimal similar example) with `--inline` option so that we can confirm the original issue is resolved.
> 
> #73383

It is common that the person filing the issue does not reduce the IR or the pipeline that causes the bug. 
In particular this particular reporter (are you associated with them @Lewuathe ?) seems like automated fuzzer. Here the only thing that the inliner does is running the canonicalizer.
I updated the issue instead.

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


More information about the cfe-commits mailing list