[PATCH] D61238: [ConstantRange] Add sdiv() support
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 11 01:39:06 PDT 2019
nikic added a comment.
> Add the last missing binary op to ConstantRange: sdiv.
Turned out to be not quite true: We're also missing xor. But I don't think that one is really worthwhile to deal with in terms of ranges...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61238/new/
https://reviews.llvm.org/D61238
More information about the llvm-commits
mailing list