diff options
| author | Quentin Colombet <qcolombet@apple.com> | 2013-07-30 00:27:16 +0000 |
|---|---|---|
| committer | Quentin Colombet <qcolombet@apple.com> | 2013-07-30 00:27:16 +0000 |
| commit | e2e0548d77148b83b6974037977da304cc7955dd (patch) | |
| tree | e581f6ef156fa6a0cf3237e60744b66e87ca1241 /llvm/test/CodeGen | |
| parent | 6bf4baa408c7042df5791adce351b317e5635e21 (diff) | |
| download | bcm5719-llvm-e2e0548d77148b83b6974037977da304cc7955dd.tar.gz bcm5719-llvm-e2e0548d77148b83b6974037977da304cc7955dd.zip | |
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
build_vector is lowered to REG_SEQUENCE, which is something the register
allocator does a good job at optimizing.
llvm-svn: 187397
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/R600/swizzle-export.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/swizzle-export.ll b/llvm/test/CodeGen/R600/swizzle-export.ll index 11d2cb13491..b2175afdf0a 100644 --- a/llvm/test/CodeGen/R600/swizzle-export.ll +++ b/llvm/test/CodeGen/R600/swizzle-export.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=EG-CHECK %s -; XFAIL: * ;EG-CHECK: @main ;EG-CHECK: EXPORT T{{[0-9]+}}.XYXX |

