[PATCH] D139152: [SLPVectorizer] Don't deref std::end() of object

Youngsuk Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 16:01:23 PST 2022


JOE1994 added a comment.

> Could you provide a test case?

I observed a compiler crash while compiling one of private benchmark programs at my company.
Crash happens during `llvm::lto::LTO::runRegularLTO`.

So far I haven't been successful in extracting a minimal reproducible example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139152



More information about the llvm-commits mailing list