diff options
| author | Davide Italiano <davide@freebsd.org> | 2017-08-02 19:47:37 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@freebsd.org> | 2017-08-02 19:47:37 +0000 |
| commit | 393a5dac6a580f7fb6c90cdf038cea5953bfd7d8 (patch) | |
| tree | 1ecabb585e6b97a0713afec04fbd9c3ede50dff0 /llvm | |
| parent | 7b45af13ce24b37725ee5e0cdd0c4e27f378fb35 (diff) | |
| download | bcm5719-llvm-393a5dac6a580f7fb6c90cdf038cea5953bfd7d8.tar.gz bcm5719-llvm-393a5dac6a580f7fb6c90cdf038cea5953bfd7d8.zip | |
[NewGVN] Now that load coercion is enable, we pass this test.
llvm-svn: 309872
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/NewGVN/fold-const-expr.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/NewGVN/fold-const-expr.ll b/llvm/test/Transforms/NewGVN/fold-const-expr.ll index acd7c8df253..67bb9ae5c17 100644 --- a/llvm/test/Transforms/NewGVN/fold-const-expr.ll +++ b/llvm/test/Transforms/NewGVN/fold-const-expr.ll @@ -4,7 +4,6 @@ ; 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 |

