[all-commits] [llvm/llvm-project] 4c569c: [SimpleLoopUnswitch] Add test case for crash with ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 9 05:49:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c569ceeaad6a0d0c2feec1177f382afc716ceca
https://github.com/llvm/llvm-project/commit/4c569ceeaad6a0d0c2feec1177f382afc716ceca
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
R llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-invariant-select-bug.ll
A llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-trivial-select.ll
Log Message:
-----------
[SimpleLoopUnswitch] Add test case for crash with db7a87ed4fa7.
Commit: 41e142fdc797fead0b64f51dd9051c81853efa06
https://github.com/llvm/llvm-project/commit/41e142fdc797fead0b64f51dd9051c81853efa06
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-09 (Mon, 09 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-trivial-select.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:
-----------
Recommit "[SimpleLoopUnswitch] Collect either logical ANDs/ORs but not both."
This reverts commit 7211d5ce07830ebfa2cfc30818cd7155375f7e47.
This version fixes a crash that caused buildbot failures with the first
version.
Compare: https://github.com/llvm/llvm-project/compare/bb53eb1ef436...41e142fdc797
More information about the All-commits
mailing list