[PATCH] D145771: [LICM] Support logical AND/OR when hoisting min/max

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 12 22:11:20 PDT 2023


abrachet added a comment.

In D145771#4187966 <https://reviews.llvm.org/D145771#4187966>, @mkazantsev wrote:

> @abrachet if you can reproduce it in your env, could you please run it with `-mllvm -print-before=sccp -mllvm -print-module-scope`? The crash is obviously happening in a completely different pass, and it must be an existing bug. I see not enough ground for revert.

You can reproduce with https://storage.googleapis.com/fuchsia-artifacts/builds/8787011276367081201/sanitizer_libc-53f165.tar.gz and by changing the path of the compiler in the shell script to be to your clang-cl


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145771



More information about the llvm-commits mailing list