[all-commits] [llvm/llvm-project] efd71e: [LoopLoadElimination] Preserve DT and LI (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 21 05:33:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efd71ebea4ba34fa3bc4973781495b9e53ceaef9
https://github.com/llvm/llvm-project/commit/efd71ebea4ba34fa3bc4973781495b9e53ceaef9
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
Log Message:
-----------
[LoopLoadElimination] Preserve DT and LI (NFCI)
This pass makes control-flow changes, but only via LoopSimplify
and LoopVersioning utilities, which perserve DT and LI.
More information about the All-commits
mailing list