[PATCH] D60574: [ConstantRange] Add unsignedMulMayOverflow()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 14:14:41 PDT 2019


nikic marked 2 inline comments as done.
nikic added inline comments.


================
Comment at: llvm/unittests/IR/ConstantRangeTest.cpp:1581
 
+TEST_F(ConstantRangeTest, UnsignedMulOverflowExhautive) {
+  TestOverflowExhaustive(
----------------
lebedev.ri wrote:
> Uhm, i should have noticed this sooner, but then i make typos all the time.
> Here and *everywhere*, `s/Exhautive/Exhaustive/`.
Gah, I keep making this typo... Fixed in rL358227.


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