[all-commits] [llvm/llvm-project] ce51c5: AMDGPU: Fix crashing on kernel declarations when l...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 26 16:01:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce51c5d4a935cb1a4b99e5c95e0c4c5724b64375
https://github.com/llvm/llvm-project/commit/ce51c5d4a935cb1a4b99e5c95e0c4c5724b64375
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-08-26 (Thu, 26 Aug 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
M llvm/test/CodeGen/AMDGPU/lower-module-lds.ll
Log Message:
-----------
AMDGPU: Fix crashing on kernel declarations when lowering LDS
This was trying to insert the used marker into a declaration.
More information about the All-commits
mailing list