diff options
author | chenglin.bi <chenglin.bi@cixcomputing.com> | 2022-06-20 18:27:49 +0800 |
---|---|---|
committer | chenglin.bi <chenglin.bi@cixcomputing.com> | 2022-06-21 09:45:19 +0800 |
commit | 6c951c5ee6d0b848877cb8ac7a9cb2a9ef9ebbb5 (patch) | |
tree | 0bc6336a498e7357a05fa63bdc350915c1a4ef02 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 44e8a205f4cf747b920726428ee9e35c2ac3d706 (diff) | |
download | llvm-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