[PATCH] D45189: [MachineOutliner][AArch64] Keep track of functions that use a red zone in AArch64MachineFunctionInfo and use that instead of checking for noredzone in the MachineOutliner
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 13:41:01 PDT 2018
paquette marked 4 inline comments as done.
paquette added a comment.
Marked comments, etc.
================
Comment at: test/CodeGen/AArch64/machine-outliner-noredzone.ll:9
+define void @foo() #0 {
+ %1 = alloca i32, align 4
+ %2 = alloca i32, align 4
----------------
gberry wrote:
> I assume this test needs to be this large in order to cross some threshold to trigger outlining?
Yes, unfortunately. :(
https://reviews.llvm.org/D45189
More information about the llvm-commits
mailing list