[all-commits] [llvm/llvm-project] 172094: [LICM] Require MSSA in SinkAndHoistLICMFlags (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 24 08:09:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 172094cad31a5a40a49897f7d04b2ba90f99455d
https://github.com/llvm/llvm-project/commit/172094cad31a5a40a49897f7d04b2ba90f99455d
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopSink.cpp
Log Message:
-----------
[LICM] Require MSSA in SinkAndHoistLICMFlags (NFC)
Nowadays MSSA is required for LICM/LoopSink, so drop the checks
for whether its available or not.
More information about the All-commits
mailing list