aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2015-09-03 20:24:29 +0000
committerPhilip Reames <listmail@philipreames.com>2015-09-03 20:24:29 +0000
commit246e618e77cdf137c9647408bdbbc93d00cbf413 (patch)
tree20fcd82475311031f423b3b9fde49d712886f76b /clang/lib/CodeGen/CodeGenModule.cpp
parent9838b2be87a889c72e38557866c0741cc630b167 (diff)
downloadllvm-246e618e77cdf137c9647408bdbbc93d00cbf413.zip
llvm-246e618e77cdf137c9647408bdbbc93d00cbf413.tar.gz
llvm-246e618e77cdf137c9647408bdbbc93d00cbf413.tar.bz2
[RewriteStatepointsForGC] Workaround a lack of determinism in visit order
The visit order being used in the base pointer inference algorithm is currently non-deterministic. When working on http://reviews.llvm.org/D12583, I discovered that we were relying on a peephole optimization to get deterministic ordering in one of the test cases. This change is intented to let me test and land http://reviews.llvm.org/D12583. The current code will not be long lived. I'm starting to investigate a rewrite of the algorithm which will combine the post-process step into the initial algorithm and make the visit order determistic. Before doing that, I wanted to make sure the existing code was complete and the test were stable. Hopefully, patches should be up for review for the new algorithm this week or early next. llvm-svn: 246801
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions