diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 21:48:13 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-03-09 21:48:13 +0000 |
commit | ffc2de43d91fcf3e4f4bb133aab0c210dc7f9471 (patch) | |
tree | acff084a6a37a072508870ac2c25aa8b4cebe6ad /test | |
parent | cd5029d00108df094b1ed225fb81f4eeece580a9 (diff) |
[Hexagon] Reapply r231699. Remove assumption that second operand is an immediate when checking if A2_tfrsi is combinable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Hexagon/struct_args_large.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/struct_args_large.ll b/test/CodeGen/Hexagon/struct_args_large.ll index db87d9e81db..1438d73eacf 100644 --- a/test/CodeGen/Hexagon/struct_args_large.ll +++ b/test/CodeGen/Hexagon/struct_args_large.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s +; XFAIL: +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK: r[[T0:[0-9]+]] = CONST32(#s2) ; CHECK: memw(r29+#0) = r{{.}} ; CHECK: memw(r29+#8) = r{{.}} |