[PATCH] D99565: [X86] Support replacing aligned vector moves with unaligned moves when avx is enabled.

Sergey Maslov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 8 16:06:00 PDT 2021


smaslov added a comment.

> Sergey, remind me, does icc always emit unaligned loads/stores? Is there any option to control it?

There was a control to emit aligned opcodes, yes, but I don't think anyone ever used it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99565



More information about the cfe-commits mailing list