[all-commits] [llvm/llvm-project] 5beebf: [DAG] foldLogicOfSetCCs - Generalize and/or (setcc...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Feb 11 09:09:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5beebf9c58be2e4e3db1dacec1d76ee909a138b8
https://github.com/llvm/llvm-project/commit/5beebf9c58be2e4e3db1dacec1d76ee909a138b8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] foldLogicOfSetCCs - Generalize and/or (setcc X, CMax, ne), (setcc X, CMin, ne/eq) fold. NFCI.
Prep work to add support for non-uniform vectors - replace APInt values with using the SDValue ops directly.
More information about the All-commits
mailing list