[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce8.ll
index 886ab5d39faa9a16aca6aab9699a369c2e96ef75..c36047c451ae3b111ccbf6838a0b788e2846c86d 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
 
 ; FIXME: The first two instructions, movl and addl, should have been combined to
-; "leal 16(%eax), %edx" by the backend (PR20766).
+; "leal 16(%eax), %edx" by the backend (PR20776).
 ; CHECK: movl    %eax, %edx
 ; CHECK: addl    $16, %edx
 ; CHECK: align