Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate vector bitcast folding tests using update_test_checks.py. | Andrea Di Biagio | 2016-09-07 | 1 | -38/+0 |
| | | | | | | | Two tests have been merged together, regenerated and then moved to a more appropriate directory. No functional change. llvm-svn: 280814 | ||||
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
| | | | | llvm-svn: 186263 | ||||
* | Constant fold vector bitcasts of halves similarly to how floats and doubles ↵ | Michael Ilseman | 2013-02-26 | 1 | -0/+5 |
| | | | | | | are folded. Test case included. llvm-svn: 176131 | ||||
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81257 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -0/+33 |
of source/dest elements changes. This implements test/Transforms/InstCombine/bitcast-vector-fold.ll llvm-svn: 44855 |