This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
3f6bb2713e3d9ae9fa79c94b51e6254839bfadcb
llvm-project
/
llvm
/
lib
/
CodeGen
/
LiveVariables.cpp
Evan Cheng
e45b8f89c5
Rewrite LiveVariable liveness computation. The new implementation is much simplified. It eliminated the nasty recursive routines and removed the partial def / use bookkeeping. There is also potential for performance improvement by replacing the conservative handling of partial physical register definitions. The code is currently disabled until live interval analysis is taught of the name scheme.
...
This patch also fixed a couple of nasty corner cases. llvm-svn: 49784
2008-04-16 09:46:40 +00:00
26 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink