[all-commits] [llvm/llvm-project] a67050: [LoopPeel] Clear dispositions after peeling
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 19 01:40:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6705053c33c7e076d0e35669c69e02dd88881c0
https://github.com/llvm/llvm-project/commit/a6705053c33c7e076d0e35669c69e02dd88881c0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Utils/LoopPeel.cpp
A llvm/test/Transforms/LoopUnroll/loop-block-disposition-after-loop-peeling.ll
Log Message:
-----------
[LoopPeel] Clear dispositions after peeling
Block dispositions of values defined inside the loop may change
during peeling, so clear them. We already do this for other kinds
of unrolling.
Differential Revision: https://reviews.llvm.org/D153762
More information about the All-commits
mailing list