aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2011-09-18-sse2cmp.ll
Commit message (Collapse)AuthorAgeFilesLines
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-231-1/+1
| | | | | | | llc using the host cpu features and *waning* on unknown features is probably not a good thing :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189144 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157925 91177308-0d34-0410-b5e6-96231b3b80d8
* setOperationAction should be done on the return value of the type, not the ↵Nadav Rotem2011-09-181-0/+12
operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140001 91177308-0d34-0410-b5e6-96231b3b80d8