[PATCH] Add a pass to transform aggregate loads and stores into scalar loads and stores.

Amaury SECHET deadalnix+llvmreview at gmail.com
Wed Feb 25 18:02:30 PST 2015


Make this a Function pass and address various comments. Removed many instance fields that where not necessary anymore.


http://reviews.llvm.org/D7780

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/AggregateMemAccessRemoval.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/AggregateMemAccessRemoval/load.ll
  test/Transforms/AggregateMemAccessRemoval/store.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7780.20723.patch
Type: text/x-patch
Size: 8441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150226/18a01a9d/attachment.bin>


More information about the llvm-commits mailing list