diff options
Diffstat (limited to 'test/Transforms/NewGVN/pr14166.ll')
-rw-r--r-- | test/Transforms/NewGVN/pr14166.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/NewGVN/pr14166.ll b/test/Transforms/NewGVN/pr14166.ll index daf27cdb7fd7..c526c50bc75d 100644 --- a/test/Transforms/NewGVN/pr14166.ll +++ b/test/Transforms/NewGVN/pr14166.ll @@ -1,5 +1,6 @@ ; XFAIL: * ; RUN: opt -disable-basicaa -newgvn -S < %s | FileCheck %s +; NewGVN fails this due to missing load coercion target datalayout = "e-p:32:32:32" target triple = "i386-pc-linux-gnu" define <2 x i32> @test1() { |