summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_set-D.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim2016-12-151-1/+1
| | | | | | | | Add the missing domain equivalences for movss, movsd, movd and movq zero extending loading instructions. Differential Revision: https://reviews.llvm.org/D27684 llvm-svn: 289825
* [X86][SSE] Regenerated the vec_set tests.Simon Pilgrim2016-04-011-6/+9
| | | | | | Replaced lots of dodgy greps with actual codegen llvm-svn: 265163
* More rewrites of x86 codegen regression tests with FileCheckMichael Liao2013-05-011-1/+3
| | | | llvm-svn: 180837
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Handle vector move / load which zero the destination register top bits (i.e. ↵Evan Cheng2008-05-081-0/+7
movd, movq, movss (addr), movsd (addr)) with X86 specific dag combine. llvm-svn: 50838
OpenPOWER on IntegriCloud