[all-commits] [llvm/llvm-project] 1f1fb2: [SimpleLoopUnswitch] Forget block and loop disposi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Oct 30 13:44:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f1fb208dae8490e7847a6107778de97175a2557
https://github.com/llvm/llvm-project/commit/1f1fb208dae8490e7847a6107778de97175a2557
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
A llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-loop-and-block-dispositions.ll
Log Message:
-----------
[SimpleLoopUnswitch] Forget block and loop dispositions.
Also invalidate block and loop dispositions during non-trivial
unswitching.
Fixes #58564.
More information about the All-commits
mailing list