[all-commits] [llvm/llvm-project] 1bf8ae: [SimpleLoopUnswitch] Forget loops before invalidat...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 1 07:07:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bf8ae17f5e2714c8c87978fd2042896af3cd46d
https://github.com/llvm/llvm-project/commit/1bf8ae17f5e2714c8c87978fd2042896af3cd46d
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Log Message:
-----------
[SimpleLoopUnswitch] Forget loops before invalidating IR.
Invalidate SCEV before adjusting switch instruction, so the IR remains
in a valid state for SCEV invalidation.
More information about the All-commits
mailing list