[PATCH] D135875: [ARM] Add additional targets to divide tests.

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 10:21:05 PDT 2022


nickdesaulniers added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/div.ll:12
+; RUN:     FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-HWDIV \
+; RUN:                  -check-prefix=CHECK-HWDIV-T2
 ; RUN: llc < %s -mtriple=arm-none-eabi -mcpu=cortex-a8    | \
----------------
should this RUN have a check for CHECK-THUMB as well?


================
Comment at: llvm/test/CodeGen/ARM/div.ll:17
+; RUN:     FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-HWDIV \
+; RUN:                  -check-prefix=CHECK-HWDIV-T2
+; RUN: llc < %s -mtriple=armv7 -mcpu=cortex-a7 -march=thumb | \
----------------
should this RUN have a check for CHECK-THUMB as well?


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

https://reviews.llvm.org/D135875



More information about the llvm-commits mailing list