[PATCH] D88396: [X86] Replace movaps with movups when avx is enabled.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 4 02:44:27 PDT 2020
LuoYuanke updated this revision to Diff 296033.
LuoYuanke added a comment.
Add llvm option "-enable-x86-movaps-to-movups" to enable movups preference.
By default the option is false.
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/X86MovapsToMovups.cpp
llvm/lib/Target/X86/X86TargetMachine.cpp
llvm/test/CodeGen/X86/O0-pipeline.ll
llvm/test/CodeGen/X86/load-store-movups.ll
llvm/test/CodeGen/X86/opt-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88396.296033.patch
Type: text/x-patch
Size: 26477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201004/80ee4544/attachment.bin>
More information about the llvm-commits
mailing list