[PATCH] D52643: [CodeGen][NFC] Add tests for heterogeneous types in MergeConsecutiveStores
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 30 23:25:37 PDT 2018
courbet marked an inline comment as done.
courbet added a comment.
Thanks.
================
Comment at: test/CodeGen/X86/MergeConsecutiveStores.ll:898
+; CHECK-NEXT: movq (%rdi)
+; CHECK-NEXT: movq
+; CHECK-NEXT: retq
----------------
RKSimon wrote:
> What happened to this check line's operands?
I originally wrote them by hand and forgot to run `utils/update_llc_test_checks.py` afterwards. Done.
Repository:
rL LLVM
https://reviews.llvm.org/D52643
More information about the llvm-commits
mailing list