Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/x86-64-psub.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 95c75e76d11b |
children | 3a76565eade5 |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
1 ; RUN: llc -mtriple=x86_64-pc-linux -mcpu=corei7 < %s | FileCheck %s | 1 ; RUN: llc -mtriple=x86_64-pc-linux -mattr=mmx < %s | FileCheck %s |
2 | 2 |
3 ; MMX packed sub opcodes were wrongly marked as commutative. | 3 ; MMX packed sub opcodes were wrongly marked as commutative. |
4 ; This test checks that the operands of packed sub instructions are | 4 ; This test checks that the operands of packed sub instructions are |
5 ; never interchanged by the "Two-Address instruction pass". | 5 ; never interchanged by the "Two-Address instruction pass". |
6 | 6 |