[PATCH] D111546: [X86][LV] X86 does *not* prefer vectorized addressing
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 13:20:05 PDT 2021
lebedev.ri marked 2 inline comments as done.
lebedev.ri added inline comments.
================
Comment at: llvm/lib/Target/X86/X86TargetTransformInfo.h:244
+ bool prefersVectorizedAddressing();
+ bool LSRWithInstrQueries() { return true; }
+ bool supportsEfficientVectorElementLoadStore();
----------------
Whoops, i did *not* intend to add `LSRWithInstrQueries`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111546/new/
https://reviews.llvm.org/D111546
More information about the llvm-commits
mailing list