Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG
XChy c8cc7903b3 [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.
2024-03-13 00:33:50 +08:00
..