[PATCH] D152649: [AMDGPU] Enable Atomic Optimizer and Default to Iterative Scan Strategy.

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 18 13:08:21 PDT 2023


jhuber6 added subscribers: jplehr, ronlieb, jhuber6.
jhuber6 added a comment.

@jplehr @ronlieb

This patch seems to have had catastrophic results on the build times in the `libc` project. See the buildbot where the build times have gone from ~15 minutes to over an hour https://lab.llvm.org/staging/#/builders/247. Reverting this patch causes the time for my to build a test to go from 55 seconds to 5 seconds. I can try to get pass timing later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152649



More information about the llvm-commits mailing list