[llvm] [AMDGPU][LTO] Introduce AMDGPUCloneModuleLDS (PR #89683)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 23:41:21 PDT 2024
================
@@ -0,0 +1,59 @@
+; RUN: opt -passes=amdgpu-clone-module-lds %s -S | FileCheck %s
----------------
gandhi56 wrote:
llvm-split checks aren't consistent across multiple runs due to race conditions. That is, the partitions aren't always the same. Should I move the tests under `llvm/test/CodeGen/AMDGPU`?
https://github.com/llvm/llvm-project/pull/89683
More information about the llvm-commits
mailing list