[all-commits] [llvm/llvm-project] 9cc077: AMDGPU: Erase llvm.global_ctors/global_dtors after...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 9 11:25:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cc0779c4e2378e3121968078f09dde14288459d
https://github.com/llvm/llvm-project/commit/9cc0779c4e2378e3121968078f09dde14288459d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCtorDtorLowering.cpp
M llvm/test/CodeGen/AMDGPU/lower-ctor-dtor-constexpr-alias.ll
M llvm/test/CodeGen/AMDGPU/lower-ctor-dtor.ll
Log Message:
-----------
AMDGPU: Erase llvm.global_ctors/global_dtors after lowering
We should be able to run the pass multiple times without breaking
anything. If we still need to track these for some reason, we could
replace with new entries for the kernels.
More information about the All-commits
mailing list