[PATCH] D32998: [SROA] enable splitting for non-whole-alloca loads and stores

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 23:34:03 PDT 2017


inouehrs updated this revision to Diff 99527.
inouehrs added a comment.

- Implemented a linear-time algorithm (instead of N^2) for searching splittable slices.
- Fixed errors in the unit test.


https://reviews.llvm.org/D32998

Files:
  lib/Transforms/Scalar/SROA.cpp
  test/DebugInfo/X86/sroasplit-2.ll
  test/Transforms/SROA/basictest.ll
  test/Transforms/SROA/big-endian.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32998.99527.patch
Type: text/x-patch
Size: 8243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170519/9c9d646d/attachment.bin>


More information about the llvm-commits mailing list