[all-commits] [llvm/llvm-project] be611e: [LoopRotation] Also drop block dispositions.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 11 07:25:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be611ef7faedd5e1f23975598840ccb2018bc100
https://github.com/llvm/llvm-project/commit/be611ef7faedd5e1f23975598840ccb2018bc100
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
Log Message:
-----------
[LoopRotation] Also drop block dispositions.
LoopRotation may also fold basic blocks, so cached block dispositions
also need to be dropped.
Fixes #58291.
More information about the All-commits
mailing list