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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 01:38:58 PDT 2020


lebedev.ri added a comment.

What issue is this fixing?

> However if the address is not aligned, movaps raise exception while movups can still run.

That sounds like either a miscompile happened along the way, or the original source code had UB to begin with.


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