summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/fold-const-expr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix some DOS-style line endings that I suspect snuck in from one of theChandler Carruth2016-12-231-99/+99
| | | | | | | frustrating Subversion clients that fails to do line ending translation of text files. llvm-svn: 290404
* [GVN] Fold constant expression in GVN.Ekaterina Romanova2016-07-141-0/+99
Fix for PR 28418. opt never finishes compiling a test when -gvn option is passed. The problem is caused by the fact that GVN fails to fold a constant expression. Differential Revision: https://reviews.llvm.org/D22185 llvm-svn: 275483
OpenPOWER on IntegriCloud