llvm-6502/lib/Transforms
Chris Lattner b5c1dbf503 Fix several bugs in the extractor:
1. Names were not put on the new arguments created (ok, this just helps sanity :)
2. Fix outgoing pointer values
3. Do not insert stores for values that had not been computed
4. Fix some wierd problems with the outset calculation

This fixes CodeExtractor/2004-03-14-DominanceProblem.ll, making the extractor
work on at least one simple case!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12484 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-18 03:49:40 +00:00
..
Hello
Instrumentation
IPO The code extractor needs dominator info. Provide it 2004-03-18 03:48:06 +00:00
Scalar Be more accurate 2004-03-17 01:59:27 +00:00
Utils Fix several bugs in the extractor: 2004-03-18 03:49:40 +00:00
ExprTypeConvert.cpp
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h