LLVM/project d2d052b — llvm/lib/Target/DirectX DXILPrettyPrinter.cpp, llvm/test/CodeGen/DirectX CreateHandle.ll CreateHandleFromBinding.ll
[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.
Delta | File | |
---|---|---|
+4 | -4 | llvm/test/CodeGen/DirectX/CreateHandle.ll |
+4 | -4 | llvm/test/CodeGen/DirectX/CreateHandleFromBinding.ll |
+1 | -1 | llvm/lib/Target/DirectX/DXILPrettyPrinter.cpp |
+9 | -9 | 3 files |