[PATCH] D31625: [SDAG] Fix CombineTo ordering in visitZERO_EXTEND and visitSIGN_EXTEND
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 07:33:32 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/pr32284.ll:22
+; CHECK-NEXT: movl %edx, -{{[0-9]+}}(%rsp)
+; CHECK-NEXT: retq
+; 6860-LABEL: foo:
----------------
Remove the ; CHECK- tags - they aren't used.
https://reviews.llvm.org/D31625
More information about the llvm-commits
mailing list