[all-commits] [llvm/llvm-project] 7211d5: Revert "[SimpleLoopUnswitch] Collect either logica...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 6 14:42:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7211d5ce07830ebfa2cfc30818cd7155375f7e47
https://github.com/llvm/llvm-project/commit/7211d5ce07830ebfa2cfc30818cd7155375f7e47
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-freeze.ll
M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-invariant-select-bug.ll
M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
M llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-freeze-individual-conditions.ll
M llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-logical-and-or.ll
Log Message:
-----------
Revert "[SimpleLoopUnswitch] Collect either logical ANDs/ORs but not both."
This reverts commit db7a87ed4fa79a7c366438ae62d8a1088a11f29c.
This seems to cause a PPC buildbot failure:
https://lab.llvm.org/buildbot#builders/93/builds/8787
More information about the All-commits
mailing list