[PATCH] D152241: [CaptureTracking] Do not capture compares of same object

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 02:39:38 PDT 2023


nikic added a comment.

In D152241#4398547 <https://reviews.llvm.org/D152241#4398547>, @caojoshua wrote:

> @nikic could you try running compile time on this? Uploaded to https://github.com/caojoshua/llvm-project/tree/underlyingicmp.
>
> I tried a couple runs locally. Last run saw this patch increase mean compile time of CTMark by +0.003%. I trust your runs more than the runs on my local machine.

I'm not seeing any compile-time impact either. I've also added your LLVM fork to llvm-compile-time-tracker, if you'd like to test patches directly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152241/new/

https://reviews.llvm.org/D152241



More information about the llvm-commits mailing list