Paul Robinson
bd463120ab
Make a test use a specific C++ dialect
...
In stack-reuse-miscompile.cpp, the allocas for the temps come out in
a different order depending on whether the dialect is C++03 or
C++11. Specify C++03 explicitly to avoid depending on the default.
Differential Revision: http://reviews.llvm.org/D27956
llvm-svn: 290208
2016-12-20 22:30:44 +00:00
Paul Robinson
086c90b24a
Undo accidental comit
...
llvm-svn: 290121
2016-12-19 18:00:45 +00:00
Paul Robinson
514e743b06
Make a few OpenMP tests "C++11 clean."
...
Reviewed by abataev (in D27794)
llvm-svn: 290120
2016-12-19 17:58:09 +00:00
Leny Kholodov
1c5ad681d7
Update test with target flag and amended results
...
llvm-svn: 239298
2015-06-08 11:39:16 +00:00
Leny Kholodov
8a7b827b3d
Fix for temporary variable names in stack reuse tests in revision 239294
...
llvm-svn: 239296
2015-06-08 11:06:59 +00:00
Leny Kholodov
6aab1117e8
[CodeGen] Reuse stack space from unused function results (with more accurate unused result detection)
...
This patch fixes issues with unused result detection which were found in patch http://reviews.llvm.org/D9743 .
Differential Revision: http://reviews.llvm.org/D10042
llvm-svn: 239294
2015-06-08 10:23:49 +00:00