[PATCH] D117764: [AArch64][SelectionDAG] CodeGen for Armv8.8/9.3 MOPS

Son Tuan Vu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 04:41:49 PST 2022


tyb0807 marked an inline comment as done.
tyb0807 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;
----------------
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


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