[PATCH] D88396: [X86] Replace aligned vector move with unaligned move when avx is enabled.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 20:33:31 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86UnalignedVectorMoves.cpp:228
+ return false;
+ case X86::MOVAPDmr:
+ NewOpc = X86::MOVUPDmr;
----------------
Don't include non-VEX/EVEX opcodes. Those aren't used when AVX is enabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88396/new/
https://reviews.llvm.org/D88396
More information about the llvm-commits
mailing list