diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-12-04 00:16:04 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-12-04 00:16:04 +0000 |
| commit | ca9cf65455188b7b901424111c695e55333d9e01 (patch) | |
| tree | e5f361676d45ad20dc1c8d18eb56521ef6131d54 /clang/lib/Sema/SemaChecking.cpp | |
| parent | e156f611abc45a71e25c301378a1d01c9f98103c (diff) | |
| download | bcm5719-llvm-ca9cf65455188b7b901424111c695e55333d9e01.tar.gz bcm5719-llvm-ca9cf65455188b7b901424111c695e55333d9e01.zip | |
Also attempt trivial coalescing for live intervals that end in a copy.
The coalescer is supposed to clean these up, but when setting up parameters
for a function call, there may be copies to physregs. If the defining
instruction has been LICM'ed far away, the coalescer won't touch it.
The register allocation hint does not always work - when the register
allocator is backtracking, it clears the hints.
This patch takes care of a few more cases that r90163 missed.
llvm-svn: 90502
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions

