[PATCH] D47559: [SelectionDAG] Expand UADDO/USUBO into ADD/SUBCARRY if legal for target
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 07:04:52 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333751: [SelectionDAG] Expand UADDO/USUBO into ADD/SUBCARRY if legal for target (authored by kparzysz, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47559?vs=149275&id=149460#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47559
Files:
llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/trunk/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
llvm/trunk/lib/Target/Hexagon/HexagonISelDAGToDAG.h
llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.h
llvm/trunk/test/CodeGen/Hexagon/adde.ll
llvm/trunk/test/CodeGen/Hexagon/addsubcarry.ll
llvm/trunk/test/CodeGen/Hexagon/sube.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47559.149460.patch
Type: text/x-patch
Size: 12379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180601/f95c81fb/attachment.bin>
More information about the llvm-commits
mailing list