[PATCH] D68916: [ARM] Accept ldrb.w mnemonic for certain addressing modes (PR43382)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 17:37:28 PDT 2019


efriedma added a subscriber: sdesmalen.
efriedma added a comment.

Oh, that makes sense.  But needs a comment on the pattern, and in cvtThumb2LDRB_PRE/POST.

It looks like the normal instruction patterns resolve the issue using "Constraints", to specify "Rn_wb".  I guess that isn't possible for aliases, though, at least at the moment?

Do other PRE/POST load/store instructions have the same issue?


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

https://reviews.llvm.org/D68916





More information about the llvm-commits mailing list