llvm-6502/lib/Transforms
Chandler Carruth 520eeaeffd Clean up how we rewrite loads and stores to the whole alloca. When these
are single value types, the load and store should be directly based upon
the alloca and then bitcasting can fix the type as needed afterward.
This might in theory improve some of the IR coming out of SROA, but
I don't expect big changes yet and don't have any test cases on hand.
This is really just a cleanup/refactoring patch. The next patch will
cause this code path to be hit a lot more, actually get SROA to promote
more allocas and include several more test cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165864 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-13 02:41:05 +00:00
..
Hello Since the Hello pass is built as a loadable dynamic library, don't try to convert it to new-style registration yet. 2010-10-07 00:31:16 +00:00
InstCombine Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
Instrumentation Revert 165732 for further review. 2012-10-11 21:27:41 +00:00
IPO Remove the final bits of Attributes being declared in the Attribute 2012-10-10 07:36:45 +00:00
Scalar Clean up how we rewrite loads and stores to the whole alloca. When these 2012-10-13 02:41:05 +00:00
Utils PGO: create metadata for switch only if it has more than one targets. 2012-10-11 22:28:34 +00:00
Vectorize Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00