diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-02 07:50:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-02 07:50:03 +0000 |
commit | 82dd3d38d9b3bd49f19b8230f39d33e8ee6d4055 (patch) | |
tree | 8b3150f406c03dd311b6a7c469c8f0e01301764f /test/CodeGen/X86/vec_shuffle-18.ll | |
parent | 61c97f693216670cda554d287cd871fdea1b36f9 (diff) |
Fix the xfail I added a couple of patches back. The issue
was that we weren't properly handling the case when interior
nodes of a matched pattern become dead after updating chain
and flag uses. Now we handle this explicitly in
UpdateChainsAndFlags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-18.ll')
-rw-r--r-- | test/CodeGen/X86/vec_shuffle-18.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-18.ll b/test/CodeGen/X86/vec_shuffle-18.ll index ab69322e30..1104a4a885 100644 --- a/test/CodeGen/X86/vec_shuffle-18.ll +++ b/test/CodeGen/X86/vec_shuffle-18.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 7 -; XFAIL: * %struct.vector4_t = type { <4 x float> } |