[PATCH] D57164: GlobalISel: Handle odd splits in fewerElementsVector for load/store
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 10:51:22 PST 2019
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:1869
+ MachineMemOperand *NewMMO =
+ MF.getMachineMemOperand(MMO, ByteOffset, ByteSize);
+
----------------
aemerson wrote:
> Alignment?
The alignment isn't used here. The base alignment is copied from the MMO, and the effective alignment is computed from the base alignment + the offset.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57164/new/
https://reviews.llvm.org/D57164
More information about the llvm-commits
mailing list