[all-commits] [llvm/llvm-project] c2c22c: AMDGPU: Don't store current instruction in AMDGPUL...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 31 08:44:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2c22c6c95ed9543dc55559f8921ce453eabf6b3
https://github.com/llvm/llvm-project/commit/c2c22c6c95ed9543dc55559f8921ce453eabf6b3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
Log Message:
-----------
AMDGPU: Don't store current instruction in AMDGPULibCalls member
This was adding confusing global state which was shadowed most of the
time.
https://reviews.llvm.org/D156680
More information about the All-commits
mailing list