[PATCH] D126644: [llvm/CodeGen] Add ExpandLargeDivRem pass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 00:43:40 PDT 2022
nikic added a comment.
In D126644#3634017 <https://reviews.llvm.org/D126644#3634017>, @mgehre-amd wrote:
> With the work around constant expressions (e.g. https://reviews.llvm.org/rG941c8e0ea50b), I might not need to handle div/mod constants anymore. For that reason, I would at least land this PR without support for transforming constant expressions.
div/rem constant expressions have already been removed. So yes, no need to handle them here anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126644/new/
https://reviews.llvm.org/D126644
More information about the llvm-commits
mailing list