[llvm] [AMDGPU][LTO] Introduce AMDGPUCloneModuleLDS (PR #89683)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 00:08:04 PDT 2024


================
@@ -0,0 +1,59 @@
+; RUN: opt -passes=amdgpu-clone-module-lds %s -S | FileCheck %s
----------------
gandhi56 wrote:

@Pierre-vh sure? This patch only clones globals and functions. I tried #89245 without this patch on the below tests - the tests appear to fail when run in a batch even though they pass when they run independently. I observed the same pattern with the target independent SplitModule implementation.

https://github.com/llvm/llvm-project/pull/89683


More information about the llvm-commits mailing list