[PATCH] D60632: [ConstantRange] Disallow NUW | NSW in makeGuaranteedNoWrapRegion()
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 13 00:17:13 PDT 2019
lebedev.ri added a subscriber: sanjoy.
lebedev.ri added a comment.
That was added in D13612 <https://reviews.llvm.org/D13612> `This will be used in a future change to ScalarEvolution.`,
but indeed, the `(OBO::NoSignedWrap | OBO::NoUnsignedWrap)` combination is not used anywhere.
I'm wondering if @sanjoy has any comments?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60632/new/
https://reviews.llvm.org/D60632
More information about the llvm-commits
mailing list