[PATCH] Add a Scalarize pass
Richard Sandiford
rsandifo at linux.vnet.ibm.com
Fri Nov 15 07:15:40 PST 2013
Remove use of TargetTransformInfo. Do not add the pass to PassManagerBuilder.
We also talked about whether to use a reverse post-order traversal, but I don't think it's worth it in the use cases I have. It could easily be added later it we find a counterexample though.
Hi pekka.jaaskelainen,
http://llvm-reviews.chandlerc.com/D2112
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D2112?vs=5540&id=5576#toc
Files:
include/llvm-c/Transforms/Scalar.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/Scalarizer.cpp
test/Transforms/Scalarizer/basic.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/Scalarizer/no-data-layout.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2112.4.patch
Type: text/x-patch
Size: 52071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131115/d763b403/attachment.bin>
More information about the llvm-commits
mailing list