[all-commits] [llvm/llvm-project] 46b2ad: [CodeGen] Improve speed of ComplexDeinterleaving pass
Igor Kirillov via All-commits
all-commits at lists.llvm.org
Fri Aug 4 07:12:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46b2ad0224d3c9a9cc299211213e2cf677f5a78c
https://github.com/llvm/llvm-project/commit/46b2ad0224d3c9a9cc299211213e2cf677f5a78c
Author: Igor Kirillov <igor.kirillov at arm.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
Log Message:
-----------
[CodeGen] Improve speed of ComplexDeinterleaving pass
Cache all results of running `identifyNode`, even those that do not identify
potential complex operations. This patch prevents ComplexDeinterleaving pass
from repeatedly trying to identify Nodes for the same pair of instructions.
Fixes https://github.com/llvm/llvm-project/issues/64379
Differential Revision: https://reviews.llvm.org/D156916
More information about the All-commits
mailing list