[PATCH] D58967: [DAGCombiner] Add SADDO/SSUBO combine support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 07:41:24 PST 2019


RKSimon created this revision.
RKSimon added reviewers: spatel, nikic, deadalnix.
Herald added a project: LLVM.

Basic constant handling folds, for both scalars and vectors


Repository:
  rL LLVM

https://reviews.llvm.org/D58967

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/combine-addo.ll
  test/CodeGen/X86/combine-subo.ll
  test/CodeGen/X86/xaluo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58967.189321.patch
Type: text/x-patch
Size: 8800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190305/7a68129d/attachment.bin>


More information about the llvm-commits mailing list