aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorchenglin.bi <chenglin.bi@cixcomputing.com>2022-06-24 23:14:20 +0800
committerchenglin.bi <chenglin.bi@cixcomputing.com>2022-06-24 23:15:06 +0800
commit8c7420564264af5913fa8e699e2795d0f2cd48ac (patch)
treee834401c1fec93017656791028a1eef106e6133d /clang/lib/CodeGen/CodeGenFunction.cpp
parent186bea3750d6b349de0e71044d95e2a42e087b4c (diff)
downloadllvm-8c7420564264af5913fa8e699e2795d0f2cd48ac.zip
llvm-8c7420564264af5913fa8e699e2795d0f2cd48ac.tar.gz
llvm-8c7420564264af5913fa8e699e2795d0f2cd48ac.tar.bz2
[SelectionDAG][DAGCombiner] Reuse exist node by reassociate
When already have (op N0, N2), reassociate (op (op N0, N1), N2) to (op (op N0, N2), N1) to reuse the exist (op N0, N2) Reviewed By: RKSimon Differential Revision: https://reviews.llvm.org/D122539
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions