[PATCH] D54546: [DAGCombiner] Don't expand sdiv when optimising for minsize

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 06:16:38 PST 2018


samparker added inline comments.


================
Comment at: test/CodeGen/ARM/sdiv-opt-size.ll:1
+; RUN: llc -mtriple=thumbv8m.main -mcpu=cortex-m33 %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumbv7em %s -o - | FileCheck %s
----------------
specifying the m33 is unnecessary and it's worth adding v8m.base too.


https://reviews.llvm.org/D54546





More information about the llvm-commits mailing list