[all-commits] [llvm/llvm-project] e46dd6: Revert "[InstCombine] Simplify and/or of icmp eq w...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 30 10:33:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e46dd6fbc0aff05884b5e3736bb4286a5914a2d3
https://github.com/llvm/llvm-project/commit/e46dd6fbc0aff05884b5e3736bb4286a5914a2d3
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/CodeGen/PowerPC/pr45448.ll
M llvm/test/Transforms/InstCombine/div-by-0-guard-before-smul_ov.ll
M llvm/test/Transforms/InstCombine/div-by-0-guard-before-umul_ov.ll
M llvm/test/Transforms/InstCombine/ispow2.ll
M llvm/test/Transforms/InstSimplify/and-or-icmp-ctpop.ll
M llvm/test/Transforms/InstSimplify/and-or-icmp-min-max.ll
M llvm/test/Transforms/InstSimplify/and-or-implied-cond.ll
M llvm/test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov-not.ll
M llvm/test/Transforms/InstSimplify/div-by-0-guard-before-smul_ov.ll
M llvm/test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov-not.ll
M llvm/test/Transforms/InstSimplify/div-by-0-guard-before-umul_ov.ll
M llvm/test/Transforms/InstSimplify/result-of-add-of-negative-is-non-zero-and-no-underflow.ll
M llvm/test/Transforms/PGOProfile/chr.ll
Log Message:
-----------
Revert "[InstCombine] Simplify and/or of icmp eq with op replacement (#70335)"
This reverts commit 1770a2e325192f1665018e21200596da1904a330.
Stage 2 llvm-tblgen crashes when generating X86GenAsmWriter.inc and
other files.
More information about the All-commits
mailing list