[PATCH] D48846: [ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 13:38:20 PDT 2018
efriedma added inline comments.
================
Comment at: test/CodeGen/ARM/overflow-intrinsic-optimizations.ll:85
; CHECK-NEXT: moveq pc, lr
+; CHECK-V6M-THUMB-NOT: smull
entry:
----------------
Instead of this CHECK-NOT, could you explicitly CHECK for the call to __aeabi_lmul?
Repository:
rL LLVM
https://reviews.llvm.org/D48846
More information about the llvm-commits
mailing list