[PATCH] D77079: [Alignment][NFC] GlobalIsel Utils inferAlignFromPtrInfo
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 30 12:30:14 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:187-188
+
+/// FIXME: Remove once the transition to Align is over.
+inline unsigned inferAlignmentFromPtrInfo(MachineFunction &MF,
+ const MachinePointerInfo &MPO) {
----------------
There's no real need for this as there should only be one or two uses of this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77079/new/
https://reviews.llvm.org/D77079
More information about the llvm-commits
mailing list