[all-commits] [llvm/llvm-project] e60119: [NFC][DAGCombine] Move the fold of a*b-c and a-b*c...
QingShan Zhang via All-commits
all-commits at lists.llvm.org
Thu Mar 12 19:36:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e601196833b5a8adc4ad8a836c8236b09f062eb4
https://github.com/llvm/llvm-project/commit/e601196833b5a8adc4ad8a836c8236b09f062eb4
Author: QingShan Zhang <qshanz at cn.ibm.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[NFC][DAGCombine] Move the fold of a*b-c and a-b*c into lambda function
This will help the review of https://reviews.llvm.org/D75982. It is
a simple code refactor.
More information about the All-commits
mailing list