[PATCH] D71361: [ARM][THUMB2] Allow emitting T3 types of add and sub

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 12:27:38 PST 2019


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/Target/ARM/Thumb2InstrInfo.cpp:306
 
+    assert((DestReg != ARM::SP ||BaseReg == ARM::SP) &&
+           "Writing to SP, from other register.");
----------------
Whitespace.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71361





More information about the llvm-commits mailing list