| commit | 642f6c61a3dcc1d9f66e31e2e1f3f72838dc1233 | [log] [tgz] |
|---|---|---|
| author | Jessica Paquette <jpaquette@apple.com> | Tue Apr 03 21:56:10 2018 +0000 |
| committer | Jessica Paquette <jpaquette@apple.com> | Tue Apr 03 21:56:10 2018 +0000 |
| tree | 88d387027af04c61676674cad3772931b881ad2e | |
| parent | 936947349aee60900c3c4eaf4cfa5deb377d37a2 [diff] |
[MachineOutliner] Keep track of fns that use a redzone in AArch64FunctionInfo This patch adds a hasRedZone() function to AArch64MachineFunctionInfo. It returns true if the function is known to use a redzone, false if it is known to not use a redzone, and no value otherwise. This removes the requirement to pass -mno-red-zone when outlining for AArch64. https://reviews.llvm.org/D45189 llvm-svn: 329120