[all-commits] [llvm/llvm-project] 7c327c: AMDGPU: Fix broken opaque pointer handling in prin...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 5 10:48:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c327c2fbb8af6ff6eeb93cb976212068044a9e2
https://github.com/llvm/llvm-project/commit/7c327c2fbb8af6ff6eeb93cb976212068044a9e2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M llvm/test/CodeGen/AMDGPU/opencl-printf.ll
Log Message:
-----------
AMDGPU: Fix broken opaque pointer handling in printf pass
This was directly considering the pointee type, and also applying
special semantics to constant address space.
More information about the All-commits
mailing list