[PATCH] D42759: [CGP] Split large data structres to sink more GEPs

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 07:18:20 PST 2018


haicheng updated this revision to Diff 134614.
haicheng marked 8 inline comments as done.
haicheng added a comment.

- Completely remove the check of base types.  So, any large data structure is supported.

- Clarify some comments.

Thank you for the review.


Repository:
  rL LLVM

https://reviews.llvm.org/D42759

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/CodeGenPrepare.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  test/Transforms/CodeGenPrepare/AArch64/large-offset-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42759.134614.patch
Type: text/x-patch
Size: 21309 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180216/393191c3/attachment.bin>


More information about the llvm-commits mailing list