[PATCH] D69217: [ConstantRange] makeGuaranteedNoWrapRegion(): `shl` support
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 20 10:59:05 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/unittests/IR/ConstantRangeTest.cpp:1924
+ }
+}
+
----------------
nikic wrote:
> Why is this test structurally different from the previous one?
This was carbon copy from 4 tests above; `TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedRange)`
in this case; let's streamline..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69217/new/
https://reviews.llvm.org/D69217
More information about the llvm-commits
mailing list