[PATCH] D97325: [LegalizeIntegerTypes] Further improve ExpandIntRes_SADDSUBO for targets where SADDO/SSUBO aren't supported.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 12:12:05 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/xaluo.ll:1952
 entry:
   %t = call {i64, i1} @llvm.smul.with.overflow.i64(i64 %v1, i64 2)
   %val = extractvalue {i64, i1} %t, 0
----------------
Well this isn't at all interesting for testing smulo. I'll put a different constant here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97325



More information about the llvm-commits mailing list