[all-commits] [llvm/llvm-project] 59d060: [NFC][HLSL] Move emitter out of AMDGPU.cpp (#133251)
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Thu Mar 27 08:47:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59d06071e9b509e874f24c465b13eb77cffa1d42
https://github.com/llvm/llvm-project/commit/59d06071e9b509e874f24c465b13eb77cffa1d42
Author: Farzon Lotfi <farzonlotfi at microsoft.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M .github/new-prs-labeler.yml
A clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CMakeLists.txt
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
Log Message:
-----------
[NFC][HLSL] Move emitter out of AMDGPU.cpp (#133251)
- Move all HLSL code out of AMDGPU.cpp to CGHLSLBuiltins.cpp
- Fixes accidental reorganization of HLSL code into AMDGPU caused by
(https://github.com/llvm/llvm-project/pull/132252,
https://github.com/llvm/llvm-project/commit/7f920e2e5f70b)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list