[PATCH] D76065: [ARM] Move ConstantIsland and LowOverheadLoops Passes.
Yvan Roux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 08:08:40 PDT 2020
yroux created this revision.
yroux added reviewers: t.p.northover, efriedma, paquette, samparker, SjoerdMeijer.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
Move ARM ConstantIsland and LowOverheadLopps passes later in thepipeline such that they will be run after the upcoming Machine Outlining pass.
This is a follow-up of ARM Machine Outliner support RFC D57054 <https://reviews.llvm.org/D57054>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76065
Files:
llvm/lib/Target/ARM/ARMTargetMachine.cpp
llvm/test/CodeGen/ARM/O3-pipeline.ll
llvm/test/DebugInfo/ARM/cfi-eof-prologue.mir
llvm/test/DebugInfo/MIR/ARM/larger-subregister.mir
llvm/test/DebugInfo/MIR/ARM/param-reg-const-mix.mir
llvm/test/DebugInfo/MIR/ARM/subregister-full-piece.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76065.249917.patch
Type: text/x-patch
Size: 5311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/9f37ecdf/attachment.bin>
More information about the llvm-commits
mailing list