[PATCH] D25188: Fix nondeterministic output in local stack slot alloc pass

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 11:37:28 PDT 2016


mgrang added a comment.

Matthias,

Could you please review this patch? My patch (https://reviews.llvm.org/D25695) tries to fix this by adding a FrameIdx as a tie-breaker.
But as Matt says "the same frame index wit the same offset can appear multiple times".

--Mandeep


https://reviews.llvm.org/D25188





More information about the llvm-commits mailing list