[PATCH] D42128: [X86] Extend load-op-store fusion merge to ADC/SBB.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 16:34:48 PST 2018


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/addcarry2.ll:234
+define void @adc_load_store_64_4294967297(i64 inreg %ca, i64 inreg %cb, i64* inreg %x) nounwind {
+; X32-LABEL: adc_load_store_64_4294967296:
+; X32:       # %bb.0:
----------------
The test name and this check line don't match


================
Comment at: llvm/test/CodeGen/X86/addcarry2.ll:252
+;
+; X64-LABEL: adc_load_store_64_4294967296:
+; X64:       # %bb.0:
----------------
Same here


Repository:
  rL LLVM

https://reviews.llvm.org/D42128





More information about the llvm-commits mailing list