[PATCH] D12775: Use new TokenFactor chain when merging stores
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 19 13:40:33 PDT 2015
arsenm added inline comments.
================
Comment at: test/CodeGen/X86/merge-store-partially-alias-loads.ll:10
@@ +9,3 @@
+; CHECK-NEXT: movw %ax, 1(%rdi)
+; CHECK-NEXT: movb %cl, 3(%rdi)
+; CHECK-NEXT: retq
----------------
hfinkel wrote:
> Seems like these should be CHECK-DAG (with some regexes for the registers).
I changed to regexes for the registers, but kept the -NEXTs because the point of the test is how these are ordered
http://reviews.llvm.org/D12775
More information about the llvm-commits
mailing list