[all-commits] [llvm/llvm-project] 31764e: [LCSSA] Extract a utility for deciding if a new us...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Mar 17 12:14:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31764ea29503b2c0b33a14f77e9a0687693b3c63
https://github.com/llvm/llvm-project/commit/31764ea29503b2c0b33a14f77e9a0687693b3c63
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M llvm/include/llvm/Analysis/LoopInfo.h
M llvm/lib/Analysis/LoopInfo.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
Log Message:
-----------
[LCSSA] Extract a utility for deciding if a new use requires a new lcssa phi [NFC]
(Triggered by a review comment on D98728, but otherwise unrelated.)
More information about the All-commits
mailing list