diff options
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 20b74277b1acf..acd7c8df25301 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 |