[all-commits] [llvm/llvm-project] 37191d: [NFC][HLSL][RootSignature] Use `operator<<` overlo...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Thu May 22 12:58:14 PDT 2025
Branch: refs/heads/users/inbelic/pr-141127
Home: https://github.com/llvm/llvm-project
Commit: 37191dbfc7f3ecac257e0e8742200cedc7103db9
https://github.com/llvm/llvm-project/commit/37191dbfc7f3ecac257e0e8742200cedc7103db9
Author: Finn Plummer <canadienfinn at gmail.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp
Log Message:
-----------
[NFC][HLSL][RootSignature] Use `operator<<` overload instead of dump method
- we will need to provide a way to dump `RootFlags` for serialization
and by using operator overloads we can maintain a consistent interface
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