[PATCH] D52643: [CodeGen][NFC] Add tests for heterogeneous types in MergeConsecutiveStores
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 29 04:16:43 PDT 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/MergeConsecutiveStores.ll:898
+; CHECK-NEXT: movq (%rdi)
+; CHECK-NEXT: movq
+; CHECK-NEXT: retq
----------------
What happened to this check line's operands?
Repository:
rL LLVM
https://reviews.llvm.org/D52643
More information about the llvm-commits
mailing list