aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorchenglin.bi <chenglin.bi@cixcomputing.com>2022-06-20 18:27:49 +0800
committerchenglin.bi <chenglin.bi@cixcomputing.com>2022-06-21 09:45:19 +0800
commit6c951c5ee6d0b848877cb8ac7a9cb2a9ef9ebbb5 (patch)
tree0bc6336a498e7357a05fa63bdc350915c1a4ef02 /clang/lib/Frontend/CompilerInvocation.cpp
parent44e8a205f4cf747b920726428ee9e35c2ac3d706 (diff)
downloadllvm-6c951c5ee6d0b848877cb8ac7a9cb2a9ef9ebbb5.zip
llvm-6c951c5ee6d0b848877cb8ac7a9cb2a9ef9ebbb5.tar.gz
llvm-6c951c5ee6d0b848877cb8ac7a9cb2a9ef9ebbb5.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/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions