diff options
author | Ehsan Amiri <amehsan@ca.ibm.com> | 2016-12-15 20:51:09 +0000 |
---|---|---|
committer | Ehsan Amiri <amehsan@ca.ibm.com> | 2016-12-15 20:51:09 +0000 |
commit | 1aa3ef9268d9a0e2133961bec6ad0a53bd2cf445 (patch) | |
tree | abd6086293a9c5327e4d3dae2a45a4dde0e37274 | |
parent | 0b386360c5571fbe0553888c557fe5b99032b4b4 (diff) | |
download | bcm5719-llvm-1aa3ef9268d9a0e2133961bec6ad0a53bd2cf445.tar.gz bcm5719-llvm-1aa3ef9268d9a0e2133961bec6ad0a53bd2cf445.zip |
[PPC] Use CHECK-DAG instead of CHECK in the testcase
This test is currently sensitive to scheduling. Using CHECK-DAG allows us to
preserve the main purpose of the test and remove this sensivity.
In preparation to commit Power9 processor model.
llvm-svn: 289869
-rw-r--r-- | llvm/test/CodeGen/PowerPC/swaps-le-1.ll | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/PowerPC/swaps-le-1.ll b/llvm/test/CodeGen/PowerPC/swaps-le-1.ll index cb83bf262b4..f3db4f5c482 100644 --- a/llvm/test/CodeGen/PowerPC/swaps-le-1.ll +++ b/llvm/test/CodeGen/PowerPC/swaps-le-1.ll @@ -158,15 +158,15 @@ for.end: ; NOOPTSWAP: stxvd2x ; CHECK-P9-LABEL: @foo -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx -; CHECK-P9: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx +; CHECK-P9-DAG: lxvx ; CHECK-P9-DAG: lxvx ; CHECK-P9-DAG: lxvx ; CHECK-P9-DAG: lxvx @@ -174,12 +174,12 @@ for.end: ; CHECK-P9-DAG: vadduwm ; CHECK-P9-DAG: vadduwm ; CHECK-P9-DAG: vadduwm -; CHECK-P9: vmuluwm -; CHECK-P9: vmuluwm -; CHECK-P9: vmuluwm ; CHECK-P9-DAG: vmuluwm +; CHECK-P9-DAG: vmuluwm +; CHECK-P9-DAG: vmuluwm +; CHECK-P9-DAG: vmuluwm +; CHECK-P9-DAG: stxvx +; CHECK-P9-DAG: stxvx +; CHECK-P9-DAG: stxvx ; CHECK-P9-DAG: stxvx -; CHECK-P9: stxvx -; CHECK-P9: stxvx -; CHECK-P9: stxvx |