[PATCH] D88396: [X86] Replace aligned vector move with unaligned move when avx is enabled.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 20:26:13 PDT 2020


LuoYuanke updated this revision to Diff 297381.
LuoYuanke retitled this revision from "   [X86] Replace aligned vector move with unaligned move when avx is enabled." to "[X86] Replace aligned vector move with unaligned move when avx is enabled.".
LuoYuanke edited the summary of this revision.
LuoYuanke added a comment.

Address Pengfei's comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88396/new/

https://reviews.llvm.org/D88396

Files:
  llvm/lib/Target/X86/CMakeLists.txt
  llvm/lib/Target/X86/X86.h
  llvm/lib/Target/X86/X86TargetMachine.cpp
  llvm/lib/Target/X86/X86UnalignedVectorMoves.cpp
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/avx-unaligned-load-store.ll
  llvm/test/CodeGen/X86/avx512-unaligned-load-store.ll
  llvm/test/CodeGen/X86/avx512vl-unaligned-load-store.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88396.297381.patch
Type: text/x-patch
Size: 49480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201010/76842ed9/attachment.bin>


More information about the llvm-commits mailing list