[PATCH] D57164: GlobalISel: Handle odd splits in fewerElementsVector for load/store
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 10:49:18 PST 2019
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:1869
+ MachineMemOperand *NewMMO =
+ MF.getMachineMemOperand(MMO, ByteOffset, ByteSize);
+
----------------
Alignment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57164/new/
https://reviews.llvm.org/D57164
More information about the llvm-commits
mailing list