1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 3b9bd5fced
commit 8d1086172b

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