[PATCH] D84250: [InstSimplify] ExpandBinOp should fold an expression only when it's safe
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 10:10:27 PDT 2020
aqjune marked an inline comment as done.
aqjune added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/and-or-icmps.ll:208
; why, but removing anything hides the bug, hence the long test.
define void @simplify_before_foldAndOfICmps() {
----------------
According to this comment, this test is simply for checking whether there is no assertion failure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84250/new/
https://reviews.llvm.org/D84250
More information about the llvm-commits
mailing list