[PATCH] D16434: Fix ARM load/store opt live reg computing

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 10:39:24 PST 2016


MatzeB requested changes to this revision.
MatzeB added a comment.
This revision now requires changes to proceed.

This patch looks like fixing a symptom rather than the root cause. Shouldn't BX_RET simply have an implicit use operand for LR? So this would rather need fixing where BX_RET is constructed.


Repository:
  rL LLVM

http://reviews.llvm.org/D16434





More information about the llvm-commits mailing list