[NewGVN] Now that load coercion is enable, we pass this test.

llvm-svn: 309872
This commit is contained in:
Davide Italiano 2017-08-02 19:47:37 +00:00
parent 7b45af13ce
commit 393a5dac6a
1 changed files with 0 additions and 1 deletions

View File

@ -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