[PATCH] D65457: [InstCombine] Optimize div/ldiv/lldiv

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 10:12:23 PDT 2019


craig.topper added a comment.

Div is returning an i64 because that's the x86-64 ABI. In 32-bit mode I don't think it will return i64.


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

https://reviews.llvm.org/D65457





More information about the llvm-commits mailing list