[PATCH] D84544: [ConstraintSystem] Add helpers to deal with linear constraints.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 11:23:19 PDT 2020


fhahn added a comment.

Unfortunately not all compilers support `__builtin_mul_overflow`. I will resubmit a version using APInt for the overflow computations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84544



More information about the llvm-commits mailing list