[PATCH] D85671: CodeGen: Don't drop AA metadata when splitting MachineMemOperands
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 11:57:46 PDT 2020
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
This is consistent with how we handle load splitting in other places; LGTM
================
Comment at: llvm/lib/CodeGen/MachineFunction.cpp:483
// If there is no pointer value, the offset isn't tracked so we need to adjust
// the base alignment.
Align Alignment = PtrInfo.V.isNull()
----------------
Only tangentially related, but I think this comment isn't true anymore.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85671/new/
https://reviews.llvm.org/D85671
More information about the llvm-commits
mailing list