Arnaud A. de Grandmaison
|
08f32401a9
|
No need for those tests to go thru llvm-as and/or llvm-dis.
opt can handle them by itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209689 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-05-27 22:03:28 +00:00 |
|
Chris Lattner
|
571c15c6de
|
more test cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112892 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-02 22:38:56 +00:00 |
|
Torok Edwin
|
c338499525
|
Constant propagating byval pointer is safe if function is readonly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82700 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-24 18:33:42 +00:00 |
|
Torok Edwin
|
30a94e3b42
|
Don't constant propagate byval pointers, since they are not really pointers, but
rather structs passed by value.
This fixes PR5038.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82689 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-24 09:47:18 +00:00 |
|