[llvm] Revert "Revert "[AMDGPU][LTO] Assume closed world after linking (#105845)" (#106000)" (PR #106001)
Anshil Gandhi via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 19:46:26 PDT 2024
================
@@ -0,0 +1,12 @@
+; RUN: opt -O3 -debug-only=amdgpu-attributor -S -o - %s 2>&1 | FileCheck %s --check-prefix=PRE-LINK
+; RUN: opt -passes="lto<O3>" -debug-only=amdgpu-attributor -S -o - %s 2>&1 | FileCheck %s --check-prefix=POST-LINK
----------------
gandhi56 wrote:
Created a PR: #106027
https://github.com/llvm/llvm-project/pull/106001
More information about the llvm-commits
mailing list