[PATCH] D145771: [LICM] Support logical AND/OR when hoisting min/max
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 12 21:57:50 PDT 2023
mkazantsev added a comment.
@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 groud for revert.
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