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

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 12:38:40 PDT 2018


rengolin 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?

Sounds good, thanks!

--renato


https://reviews.llvm.org/D49488





More information about the llvm-commits mailing list