[PATCH] D130076: [llvm/CodeGen] Enable the ExpandLargeDivRem pass for X86, Arm and AArch64
Matthias Gehre via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 01:41:43 PDT 2022
mgehre-amd added a comment.
In D130076#3728779 <https://reviews.llvm.org/D130076#3728779>, @pengfei wrote:
> Is this to address @arsenm's comments at https://reviews.llvm.org/D126644#3581469?
Yes, this PR introduces the hooks into TargetTransformInfo so targets can decide when/if the lowering needs to occur.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130076/new/
https://reviews.llvm.org/D130076
More information about the llvm-commits
mailing list