diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-16 22:10:20 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-16 22:10:20 +0000 |
commit | 14bb992f8671302f8fad58ee842aa54e0b31edc1 (patch) | |
tree | 7824f429705e746de59c9c813df694fd3f19fab0 /lib/Transforms/Utils/InlineFunction.cpp | |
parent | f377ee9d969378a2262156b37a2dcb6d200430b2 (diff) | |
download | external_llvm-14bb992f8671302f8fad58ee842aa54e0b31edc1.zip external_llvm-14bb992f8671302f8fad58ee842aa54e0b31edc1.tar.gz external_llvm-14bb992f8671302f8fad58ee842aa54e0b31edc1.tar.bz2 |
Instead of adding dependence edges between terminator instructions
and every other instruction in their blocks to keep the terminator
instructions at the end, teach the post-RA scheduler how to operate
on ranges of instructions, and exclude terminators from the range
of instructions that get scheduled.
Also, exclude mid-block labels, such as EH_LABEL instructions, and
schedule code before them separately from code after them. This
fixes problems with the post-RA scheduler moving code past
EH_LABELs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions