[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
Tue Feb 1 09:27:08 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;
----------------
tyb0807 wrote:
> GMNGeoffrey wrote:
> > 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
> This has been temporarily fixed in https://reviews.llvm.org/rG51ed14d22430bed0d191e01f7efeae59b1aee5e0.
> This will correctly be fixed in https://reviews.llvm.org/D118681
Thanks!
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