[all-commits] [llvm/llvm-project] e47f21: [DAG] visitVSELECT - move OpLHS == LHS into inner ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Feb 15 10:27:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e47f21da6153159809f84aa3d6b7d78113e7842f
https://github.com/llvm/llvm-project/commit/e47f21da6153159809f84aa3d6b7d78113e7842f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitVSELECT - move OpLHS == LHS into inner if() in USUBSAT matching. NFCI.
This will be necessary for the update of D25987 where we'll need to match OpLHS against other ops.
More information about the All-commits
mailing list