[PATCH] D69900: Align load/store for llvm.loop.aligned metadata

Happy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 09:04:05 PST 2019


m-happy created this revision.
m-happy added reviewers: hfinkel, Meinersbur, DTharun, rscottmanley.
m-happy added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.

This patch adds functionality 'llvm.loop.aligned' metadata. The load/store accesses are aligned to 32 bit for loops marked with 'llvm.loop.aligned'.
This is used by D69897 <https://reviews.llvm.org/D69897>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69900

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69900.228075.patch
Type: text/x-patch
Size: 6896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191106/887e775f/attachment.bin>


More information about the llvm-commits mailing list