Owen Anderson 99aaf108cd Fix an issue where we were reusing materializations of constants in blocks not dominated by the materialization. This is
the simple fix, materializing the constant before every use.  It might be better to either track domination of uses or
to materialize all constants and the beginning of the function and let remat sort when to do materialization at uses.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55703 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-03 17:37:03 +00:00
..
2008-09-03 16:10:55 +00:00
2008-09-02 21:47:13 +00:00
2008-08-23 21:34:34 +00:00
2008-09-02 08:14:01 +00:00
2008-08-24 11:56:40 +00:00