[PATCH] D33310: [APInt] Add support for dividing or remainder by a uint64_t or int64_t.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 03:15:31 PDT 2017


RKSimon added a comment.

Add extra tests?



================
Comment at: lib/Support/APInt.cpp:1568
+    return APInt(BitWidth, U.VAL / RHS);
+  }
+
----------------
braces


https://reviews.llvm.org/D33310





More information about the llvm-commits mailing list