[llvm] r212019 - test commit: add a comment line in GVN test file
Erik Eckstein
eeckstein at apple.com
Mon Jun 30 00:19:03 PDT 2014
Author: eeckstein
Date: Mon Jun 30 02:19:02 2014
New Revision: 212019
URL: http://llvm.org/viewvc/llvm-project?rev=212019&view=rev
Log:
test commit: add a comment line in GVN test file
Modified:
llvm/trunk/test/Transforms/GVN/invariant-load.ll
Modified: llvm/trunk/test/Transforms/GVN/invariant-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/invariant-load.ll?rev=212019&r1=212018&r2=212019&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/GVN/invariant-load.ll (original)
+++ llvm/trunk/test/Transforms/GVN/invariant-load.ll Mon Jun 30 02:19:02 2014
@@ -1,3 +1,4 @@
+; Test if the !invariant.load metadata is maintained by GVN.
; RUN: opt -basicaa -gvn -S < %s | FileCheck %s
define i32 @test1(i32* nocapture %p, i8* nocapture %q) {
More information about the llvm-commits
mailing list