Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
RegAllocFast.cpp
Find file
Normal view
History
Permalink
RegAllocFast.cpp
35.8 KiB
Newer
Older
Add fast register allocator, enabled with -regalloc=fast.
Jakob Stoklund Olesen
committed
Apr 21, 2010
1001
1002
1003
1004
FunctionPass
*
llvm
::
createFastRegisterAllocator
()
{
return
new
RAFast
();
}
Show full blame
Prev
1
2
Next