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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 12:47:37 PDT 2017


Author: davide
Date: Wed Aug  2 12:47:37 2017
New Revision: 309872

URL: http://llvm.org/viewvc/llvm-project?rev=309872&view=rev
Log:
[NewGVN] Now that load coercion is enable, we pass this test.

Modified:
    llvm/trunk/test/Transforms/NewGVN/fold-const-expr.ll

Modified: llvm/trunk/test/Transforms/NewGVN/fold-const-expr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/NewGVN/fold-const-expr.ll?rev=309872&r1=309871&r2=309872&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/NewGVN/fold-const-expr.ll (original)
+++ llvm/trunk/test/Transforms/NewGVN/fold-const-expr.ll Wed Aug  2 12:47:37 2017
@@ -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




More information about the llvm-commits mailing list