[PATCH] D49488: [LV] Move InterleaveGroup and InterleavedAccessInfo to VectorUtils.h (NFC)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 10:06:51 PDT 2018


fhahn updated this revision to Diff 156301.
fhahn added a comment.

Moved getMemInstAlignment and getMemInstAddressSpace to `IR/Instructions.h` which already contains similar helpers. Should I rename them to getLoadStoreAlignment and getLoadStoreAddressSpace to be more in line with the existing getLoadStorePointerOperand?

Also changed the DEBUG_TYPE to 'vectorutils'


https://reviews.llvm.org/D49488

Files:
  include/llvm/Analysis/VectorUtils.h
  include/llvm/IR/Instructions.h
  lib/Analysis/VectorUtils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49488.156301.patch
Type: text/x-patch
Size: 60355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180719/3ae35839/attachment.bin>


More information about the llvm-commits mailing list