[PATCH] D66380: [SDAG] Fold umul_lohi with 0 or 1 multiplicand
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 01:03:42 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369864: [SDAG] Fold umul_lohi with 0 or 1 multiplicand (authored by nikic, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66380?vs=215748&id=217037#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66380/new/
https://reviews.llvm.org/D66380
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/X86/i128-mul.ll
llvm/trunk/test/CodeGen/X86/imul.ll
llvm/trunk/test/CodeGen/X86/mul-i1024.ll
llvm/trunk/test/CodeGen/X86/mul-i256.ll
llvm/trunk/test/CodeGen/X86/mul-i512.ll
llvm/trunk/test/CodeGen/X86/mul128.ll
llvm/trunk/test/CodeGen/X86/overflow.ll
llvm/trunk/test/CodeGen/X86/umulo-128-legalisation-lowering.ll
More information about the llvm-commits
mailing list