[PATCH] D16434: Fix ARM load/store opt live reg computing
Weiming Zhao via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 10:25:48 PST 2016
weimingz added a comment.
In http://reviews.llvm.org/D16434#333602, @mcrosier wrote:
> Test case?
Unfortunately, it's hard to reduce to a simple test case because
1. The reproduce the issue, we need to make sure certain regs are used at that time
2. The problem is exposed using a modified reg alloc policy which is not available on community now.
Repository:
rL LLVM
http://reviews.llvm.org/D16434
More information about the llvm-commits
mailing list