[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

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 07:34:05 PDT 2018


gberry added a comment.

Another thought, would it be worthwhile to add a serialized MIR function property for this usesRedZone flag so you could write MIR tests for this instead?


https://reviews.llvm.org/D45189





More information about the llvm-commits mailing list