[PATCH] D144673: Add tests to reproduce pointer/index width confusion crashes

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 19:55:12 PST 2023


dyung added a comment.

In D144673#4149028 <https://reviews.llvm.org/D144673#4149028>, @chapuni wrote:

> Do they really crash in -Asserts?

We are also seeing the test fail on our internal builds without asserts. Running the opt command this makes sense because the crash is due to an assertion failure. Please fix the test to work both with/without asserts or require asserts when running the test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144673/new/

https://reviews.llvm.org/D144673



More information about the llvm-commits mailing list