llvm-6502/include
Jim Grosbach e45ab8a0a9 For aligned load/store instructions, it's only required to know whether a
function can support dynamic stack realignment. That's a much easier question
to answer at instruction selection stage than whether the function actually
will have dynamic alignment prologue. This allows the removal of the
stack alignment heuristic pass, and improves code quality for cases where
the heuristic would result in dynamic alignment code being generated when
it was not strictly necessary.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93885 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 18:31:11 +00:00
..
llvm For aligned load/store instructions, it's only required to know whether a 2010-01-19 18:31:11 +00:00
llvm-c Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00