[PATCH] D109123: [ARM][test] Add new tests for (mul (add r, c0), c1)

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 6 05:56:27 PDT 2021


benshi001 marked an inline comment as done.
benshi001 added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/addimm-mulimm.ll:19
+; CHECK-THUNB-NEXT:    adds r0, #209
+; CHECK-THUNB-NEXT:    bx lr
+  %b = add i32 %a, 19
----------------
RKSimon wrote:
> THUNB -> THUMB ?
fixed.


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

https://reviews.llvm.org/D109123



More information about the llvm-commits mailing list