[PATCH] D95885: [ARM] Expand the range of allowed post-incs in load/store optimizer

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 04:11:48 PST 2021


mstorsjo added a comment.

In D95885#2574321 <https://reviews.llvm.org/D95885#2574321>, @dmgreen wrote:

> OK thanks. I was hoping/expecting any problems to come up at compile-time.
>
> Which target are you compiling for? That might at least narrow down what type of instruction it is.

I'm building for `armv7-w64-mingw32` (i.e. `armv7-windows-gnu`), which is implicitly thumb(2).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95885/new/

https://reviews.llvm.org/D95885



More information about the llvm-commits mailing list