From 71dbefed4e6c9de86bcc38779f599901f8e1bdf1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Jan 2005 19:01:33 +0000 Subject: xfail these tests, whcih require more info in the code generator to implement correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19257 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/overlap-add.ll | 3 +++ test/CodeGen/X86/overlap-shift.ll | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/CodeGen/X86/overlap-add.ll b/test/CodeGen/X86/overlap-add.ll index 7fd99fe93c..0a078be710 100644 --- a/test/CodeGen/X86/overlap-add.ll +++ b/test/CodeGen/X86/overlap-add.ll @@ -8,6 +8,9 @@ ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X' +; FIXME: We need live variable information about flags to do this xform safely. :( +; XFAIL: * + %G = external global int int %test1(int %X, int %Y) { diff --git a/test/CodeGen/X86/overlap-shift.ll b/test/CodeGen/X86/overlap-shift.ll index cf5e897632..799768dfd7 100644 --- a/test/CodeGen/X86/overlap-shift.ll +++ b/test/CodeGen/X86/overlap-shift.ll @@ -8,6 +8,9 @@ ; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov %E.X, %E.X' +; FIXME: We need live variable information about flags to do this xform safely. :( +; XFAIL: * + %G = external global int int %test1(int %X) { -- cgit v1.2.3