[all-commits] [llvm/llvm-project] 699396: Revert "Reapply [InstCombine] Switch foldOpIntoPhi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 17 04:57:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 699396131f745ec8b42ae33cb0e4553a783b6674
https://github.com/llvm/llvm-project/commit/699396131f745ec8b42ae33cb0e4553a783b6674
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/intptr1.ll
M llvm/test/Transforms/InstCombine/intptr4.ll
M llvm/test/Transforms/InstCombine/intptr5.ll
M llvm/test/Transforms/InstCombine/intptr7.ll
M llvm/test/Transforms/InstCombine/phi-select-constant.ll
M llvm/test/Transforms/InstCombine/phi.ll
M llvm/test/Transforms/InstCombine/recurrence.ll
Log Message:
-----------
Revert "Reapply [InstCombine] Switch foldOpIntoPhi() to use InstSimplify"
This reverts commit 333246b48ea4a70842e78c977cc92d365720465f.
It looks like this patch causes a mis-compile:
https://github.com/llvm/llvm-project/issues/58401
Fixes #58401.
More information about the All-commits
mailing list