diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /test/Transforms/NewGVN/fold-const-expr.ll | |
parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) |
Diffstat (limited to 'test/Transforms/NewGVN/fold-const-expr.ll')
-rw-r--r-- | test/Transforms/NewGVN/fold-const-expr.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/NewGVN/fold-const-expr.ll b/test/Transforms/NewGVN/fold-const-expr.ll index 20b74277b1ac..acd7c8df2530 100644 --- a/test/Transforms/NewGVN/fold-const-expr.ll +++ b/test/Transforms/NewGVN/fold-const-expr.ll @@ -1,11 +1,10 @@ -; XFAIL: * ; GVN failed to do constant expression folding and expanded ; them unfolded in many places, producing exponentially large const ; expressions. As a result, the compilation never fisished. ; This test checks that we are folding constant expression ; PR 28418 ; RUN: opt -newgvn -S < %s | FileCheck %s - +;; NewGVN fails this due to not having load coercion %2 = type { i32, i32, i32, i32, i32 } define i32 @_Z16vector3util_mainv(i32 %x, i32 %y) { %tmp1 = alloca %2, align 4 |