[PATCH] D60574: [ConstantRange] Add unsignedMulMayOverflow()
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 12:39:53 PDT 2019
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
LG modulo all the typos..
================
Comment at: llvm/unittests/IR/ConstantRangeTest.cpp:1581
+TEST_F(ConstantRangeTest, UnsignedMulOverflowExhautive) {
+ TestOverflowExhaustive(
----------------
Uhm, i should have noticed this sooner, but then i make typos all the time.
Here and *everywhere*, `s/Exhautive/Exhaustive/`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60574/new/
https://reviews.llvm.org/D60574
More information about the llvm-commits
mailing list