[PATCH] D88396: [X86] Replace movaps with movups when avx is enabled.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 07:41:43 PDT 2020


craig.topper added a comment.

Alignment information isn’t just used to select aligned or unaligned instructions. It’s also used by alias analysis for example. If the compiler is being told incorrect alignment it could cause incorrect optimization in other parts of the compiler.


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