[PATCH] D88653: [ARM] Fix pointer offset when splitting stores from VMOVDRR
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 07:14:30 PDT 2020
efriedma added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:14557
+ OffsetPtr, St->getPointerInfo().getWithOffset(4),
std::min(4U, St->getAlignment() / 2),
St->getMemOperand()->getFlags());
----------------
While you're here, fix this to use St->getOriginalAlign() instead of trying to mess with the computed alignment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88653/new/
https://reviews.llvm.org/D88653
More information about the llvm-commits
mailing list