[all-commits] [llvm/llvm-project] bd069a: [ARM] Move ConstantIsland and LowOverheadLoops Pas...
yroux via All-commits
all-commits at lists.llvm.org
Wed Mar 25 08:49:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd069ad39c9ce174db8a7e0c6a43a9de2d679327
https://github.com/llvm/llvm-project/commit/bd069ad39c9ce174db8a7e0c6a43a9de2d679327
Author: Yvan Roux <yvan.roux at linaro.org>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMTargetMachine.cpp
M llvm/test/CodeGen/ARM/O3-pipeline.ll
M llvm/test/DebugInfo/ARM/cfi-eof-prologue.mir
M llvm/test/DebugInfo/MIR/ARM/larger-subregister.mir
M llvm/test/DebugInfo/MIR/ARM/param-reg-const-mix.mir
M llvm/test/DebugInfo/MIR/ARM/subregister-full-piece.mir
Log Message:
-----------
[ARM] Move ConstantIsland and LowOverheadLoops Passes.
Move ARM ConstantIsland and LowOverheadLopps passes later in the pipeline
such that they will be run after the upcoming Machine Outlining pass.
Differential Revision: https://reviews.llvm.org/D76065
More information about the All-commits
mailing list