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

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 10:27:34 PDT 2022


nickdesaulniers accepted this revision.
nickdesaulniers added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/ARM/div.ll:15-17
+; RUN: llc < %s -mtriple=armv7 -mcpu=cortex-a7 -march=thumb | \
+; RUN:     FileCheck %s -check-prefixes=CHECK,CHECK-HWDIV,CHECK-THUMB,CHECK-HWDIV-ARM-OR-THUMB2
+; RUN: llc %s -o - -mtriple=thumbv8m.main -mcpu=cortex-m33  | \
----------------
If we're going to have added whitespace up to the pipes `|`, please keep these all aligned.


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

https://reviews.llvm.org/D135875



More information about the llvm-commits mailing list