[PATCH] D117764: [AArch64][SelectionDAG] CodeGen for Armv8.8/9.3 MOPS
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 17:32:44 PST 2022
GMNGeoffrey added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:11936
+ Info.offset = 0;
+ Info.align = DL.getABITypeAlign(PtrTy->getElementType());
+ Info.flags = MachineMemOperand::MOStore;
----------------
FYI getElementType was deprecated in https://github.com/llvm/llvm-project/commit/184591a. I've got a build with `-Wdeprecated -Werror` that is complaining about this. Setting aside that that's probably a silly thing to have, it would be good to update this, I think
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117764/new/
https://reviews.llvm.org/D117764
More information about the llvm-commits
mailing list