"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "aedec3f68410726a234f1e4072c1f6655ba9bbd3"
[LSR] Don't require register reuse under postinc
LSR has some logic that tries to aggressively reuse registers in formula. This can lead to sub-optimal decision in complex loops where the backend it trying to use shouldFavorPostInc. This disables the re-use in those situations. Differential Revision: https://reviews.llvm.org/D79301
Loading
Please register or sign in to comment