[PATCH] D109476: [APInt.h] Reduce the APInt header file interface a bit. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 20:52:53 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:5135
+namespace {
+/// Magic data for optimising signed division by a constant.
+struct ms {
----------------
Will this end up being needed by GlobalISel? Is there a better place we could share?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109476/new/
https://reviews.llvm.org/D109476
More information about the llvm-commits
mailing list