[all-commits] [llvm/llvm-project] c8cc79: [SelectionDAG] Replace some basic patterns in visi...
XChy via All-commits
all-commits at lists.llvm.org
Tue Mar 12 09:34:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8cc7903b373589cc85271987980ae277145df7c
https://github.com/llvm/llvm-project/commit/c8cc7903b373589cc85271987980ae277145df7c
Author: XChy <xxs_chy at outlook.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[SelectionDAG] Replace some basic patterns in visitADDLike with SDPatternMatch (#84759)
Resolves #84745.
Based on SDPatternMatch introduced by #78654, this patch replaces some
of basic patterns in `visitADDLike` with corresponding patterns in
SDPatternMatch.
This patch only replaces original folds, instead of introducing new ones.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list