[libc-commits] [PATCH] D153374: [libc] Remove disabled pass after performance improvement
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 20 13:48:09 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGee6ace27e0f2: [libc] Remove disabled pass after performance improvement (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153374/new/
https://reviews.llvm.org/D153374
Files:
libc/startup/gpu/amdgpu/CMakeLists.txt
Index: libc/startup/gpu/amdgpu/CMakeLists.txt
===================================================================
--- libc/startup/gpu/amdgpu/CMakeLists.txt
+++ libc/startup/gpu/amdgpu/CMakeLists.txt
@@ -26,7 +26,4 @@
"--target=${LIBC_GPU_TARGET_TRIPLE}"
"-flto"
"-Wl,-mllvm,-amdgpu-lower-global-ctor-dtor=0"
- # FIXME: This pass causes builds to take ~10x longer. Disable until the
- # performance problems have been addressed.
- "-Wl,-mllvm,-amdgpu-atomic-optimizations=0"
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153374.533036.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230620/2e8227d8/attachment.bin>
More information about the libc-commits
mailing list