[PATCH] D43704: Utility functions for checked arithmetic

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 04:25:31 PDT 2018


delcypher added a comment.

Any reason to not also have arithmetic/logic shift left (`APInt:ushl_ov` :APInt::sshl_ov`) too? Other than that LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D43704





More information about the llvm-commits mailing list