[PATCH] D29268: [DAGCombine] Combine composition of ADDC(ADDE)
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 22:23:36 PST 2017
zvi added inline comments.
================
Comment at: test/CodeGen/X86/mul-i1024.ll:4383
;
; X64-LABEL: test_1024:
; X64: # BB#0:
----------------
FWIW, this file is 11 lines shorter
================
Comment at: test/CodeGen/X86/mul-i512.ll:5
define void @test_512(i512* %a, i512* %b, i512* %out) nounwind {
; X32-LABEL: test_512:
----------------
FWIW, this file is 8 lines shorter
Repository:
rL LLVM
https://reviews.llvm.org/D29268
More information about the llvm-commits
mailing list