[llvm] [AVR] Fix a bug in selection of ANY_EXTEND (PR #132398)

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 22 08:25:42 PDT 2025


benshi001 wrote:

> I can't reproduce the original crash - [this](https://github.com/llvm/llvm-project/issues/132203#issuecomment-2742909317) compiles successfully on my LLVM ([fbaf3b8](https://github.com/llvm/llvm-project/commit/fbaf3b895c028c055290588221cde3f5146cd661), i.e. main from a couple of minutes ago).

Did you do `-DLLVM_ENABLE_EXPENSIVE_CHECKS=On` before building llvm from source? Maybe you can try this `-DLLVM_ENABLE_EXPENSIVE_CHECKS=On` when doing cmake ?

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


More information about the llvm-commits mailing list