Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 81545 | ||||
* | Instead of a vector load, shuffle and then extract an element. Load the ↵ | Evan Cheng | 2008-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | element from address with an offset. pshufd $1, (%rdi), %xmm0 movd %xmm0, %eax => movl 4(%rdi), %eax llvm-svn: 51026 | ||||
* | Use the correct result value type instead of using getValueType(0) | Dan Gohman | 2007-09-24 | 1 | -0/+7 |
in ExpandEXTRACT_VECTOR_ELT and SplitVectorOp. This fixes an abort in the included testcase. llvm-svn: 42264 |