diff options
| author | Dave Estes <cestes@codeaurora.org> | 2014-05-21 16:19:51 +0000 |
|---|---|---|
| committer | Dave Estes <cestes@codeaurora.org> | 2014-05-21 16:19:51 +0000 |
| commit | 4aa7340d145db76aac29b3aa28de6988157e62f1 (patch) | |
| tree | 205648415fe1ad20c27c36c50aa8d8ec0c92542e | |
| parent | ef0e8c391e3d9fdb07f90e64674eedb89d572a67 (diff) | |
| download | bcm5719-llvm-4aa7340d145db76aac29b3aa28de6988157e62f1.tar.gz bcm5719-llvm-4aa7340d145db76aac29b3aa28de6988157e62f1.zip | |
Test comment commit.
llvm-svn: 209306
| -rw-r--r-- | llvm/test/CodeGen/ARM64/misched-basic-A53.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM64/misched-basic-A53.ll b/llvm/test/CodeGen/ARM64/misched-basic-A53.ll index b87a523a30b..d69b097a9b5 100644 --- a/llvm/test/CodeGen/ARM64/misched-basic-A53.ll +++ b/llvm/test/CodeGen/ARM64/misched-basic-A53.ll @@ -110,9 +110,8 @@ attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"= 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) { |

