[PATCH] D128301: [pseudo] Turn glrReduce into a class, reuse storage across calls.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 13:19:17 PDT 2022


sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.

This is a ~5% speedup, we no longer have to allocate the priority queues and
other collections for each reduction step where we use them.

It's also IMO easier to understand the structure of a class with methods vs a
function with nested lambdas.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128301

Files:
  clang-tools-extra/pseudo/lib/GLR.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128301.438811.patch
Type: text/x-patch
Size: 13835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220621/a33646a9/attachment.bin>


More information about the cfe-commits mailing list