[all-commits] [llvm/llvm-project] d2d052: [DirectX] Use "texture" not "SRV" when pretty prin...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Mar 13 09:29:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2d052b3e665542a3ef1b8d4dad43fe18dcbde14
https://github.com/llvm/llvm-project/commit/d2d052b3e665542a3ef1b8d4dad43fe18dcbde14
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp
M llvm/test/CodeGen/DirectX/CreateHandle.ll
M llvm/test/CodeGen/DirectX/CreateHandleFromBinding.ll
Log Message:
-----------
[DirectX] Use "texture" not "SRV" when pretty printing resources (#130230)
We're printing "SRV" here when DXC would print "texture". Fix this to be
consistent.
Fixes #130227.
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