[all-commits] [llvm/llvm-project] 50b18d: LangRef: Add !associated to list of preserved glob...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jan 10 11:14:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50b18d4140cf10c1bb5aeac6a89eab5d840853d5
https://github.com/llvm/llvm-project/commit/50b18d4140cf10c1bb5aeac6a89eab5d840853d5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
LangRef: Add !associated to list of preserved global metadata
Commit: 4682039db0728dee5747246c371870750ba6c267
https://github.com/llvm/llvm-project/commit/4682039db0728dee5747246c371870750ba6c267
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M llvm/test/CodeGen/AMDGPU/opencl-printf.ll
Log Message:
-----------
AMDGPU: Don't assert on printf of half
The comment says fields should be 4-byte aligned, so just pass through
after conversion to integer. The conformance test lacks any testing of
half.
Compare: https://github.com/llvm/llvm-project/compare/fdda800ba35e...4682039db072
More information about the All-commits
mailing list