[all-commits] [llvm/llvm-project] 2bc7d0: Revert "[InstSimplify] Make simplifyWithOpReplaced...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 14 09:33:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bc7d023128b688d5a56201dfbcc6ab6182f2f06
https://github.com/llvm/llvm-project/commit/2bc7d023128b688d5a56201dfbcc6ab6182f2f06
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstCombine/div-by-0-guard-before-smul_ov-not.ll
M llvm/test/Transforms/InstCombine/div-by-0-guard-before-umul_ov-not.ll
M llvm/test/Transforms/InstCombine/select-ctlz-to-cttz.ll
M llvm/test/Transforms/InstCombine/shift.ll
M llvm/test/Transforms/InstSimplify/select.ll
Log Message:
-----------
Revert "[InstSimplify] Make simplifyWithOpReplaced() recursive (PR63104)"
This is very likely the cause of a stage 2 failure in
Transforms/LoopVectorize/check-prof-info.ll. Revert until I can
investigate this.
This reverts commit 3d199d086e076f0b9b90d4c59f2226a417a639b5.
More information about the All-commits
mailing list