[llvm] r209306 - Test comment commit.

Dave Estes cestes at codeaurora.org
Wed May 21 09:19:52 PDT 2014


Author: cestes
Date: Wed May 21 11:19:51 2014
New Revision: 209306

URL: http://llvm.org/viewvc/llvm-project?rev=209306&view=rev
Log:
Test comment commit.

Modified:
    llvm/trunk/test/CodeGen/ARM64/misched-basic-A53.ll

Modified: llvm/trunk/test/CodeGen/ARM64/misched-basic-A53.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM64/misched-basic-A53.ll?rev=209306&r1=209305&r2=209306&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM64/misched-basic-A53.ll (original)
+++ llvm/trunk/test/CodeGen/ARM64/misched-basic-A53.ll Wed May 21 11:19:51 2014
@@ -110,9 +110,8 @@ attributes #0 = { nounwind "less-precise
 attributes #1 = { nounwind }
 
 
-; Regression Test for Bug 19761
-; - [ARM64] Cortex-a53 schedule mode can't handle NEON post-increment load
-; - http://llvm.org/bugs/show_bug.cgi?id=19761
+; Regression Test for PR19761
+;   [ARM64] Cortex-a53 schedule mode can't handle NEON post-increment load
 ;
 ; Nothing explicit to check other than llc not crashing.
 define { <16 x i8>, <16 x i8> } @test_v16i8_post_imm_ld2(i8* %A, i8** %ptr) {





More information about the llvm-commits mailing list