[PATCH] D152081: [Attributor] Add lightweight version for attribute deduction only. (WIP)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 00:37:12 PDT 2023
nikic added a comment.
In D152081#4407398 <https://reviews.llvm.org/D152081#4407398>, @jdoerfert wrote:
> I didn't manage to work on this today, and I doubt I will be able tomorrow. Anyway, here are the compile time results when we use a slight variation of this pass rather than the FunctionAttr pass:
> https://llvm-compile-time-tracker.com/index.php?config=NewPM-O3&stat=instructions%3Au&remote=jdoerfert
That doesn't seem to actually enable the new pass... It's commented out in PassBuilderPipelines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152081/new/
https://reviews.llvm.org/D152081
More information about the llvm-commits
mailing list