commit | 9f3e88ae642623918b4d55d87db8afbdf1af6431 | [log] [tgz] |
---|---|---|
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Thu Oct 05 17:12:49 2017 +0000 |
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Thu Oct 05 17:12:49 2017 +0000 |
tree | 269c0d42b3b679d2618a8fc7d4276326f071222a | |
parent | 289da656988f54a36103c03aff80a74c3769bb15 [diff] |
[RDF] Simplify construction of maximal registers The old algoritm was not correct, although it worked most of the time. Avoid the complex reachability analysis and simply calculate the maximal registers out of the set of all referenced registers. llvm-svn: 314991