[all-commits] [llvm/llvm-project] 9179d3: [DirectX] Validate if Textures/TypedBuffers are be...
joaosaffran via All-commits
all-commits at lists.llvm.org
Wed Sep 10 16:49:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9179d3f19e32630dd54efd8a41cb57737b5ec4f3
https://github.com/llvm/llvm-project/commit/9179d3f19e32630dd54efd8a41cb57737b5ec4f3
Author: joaosaffran <joaosaffranllvm at gmail.com>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M llvm/include/llvm/Frontend/HLSL/HLSLBinding.h
M llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp
A llvm/test/CodeGen/DirectX/rootsignature-valid-textures.ll
A llvm/test/CodeGen/DirectX/rootsignature-valid-typedbuffer.ll
A llvm/test/CodeGen/DirectX/rootsignature-validation-textures-fail.ll
A llvm/test/CodeGen/DirectX/rootsignature-validation-typedbuffer-fail.ll
Log Message:
-----------
[DirectX] Validate if Textures/TypedBuffers are being bound in Root Signatures (#147573)
DXC doesn't allow Textures/TypedBuffers to bind with root signature
descriptors, this implements the same check.
Closes: #126647
---------
Co-authored-by: joaosaffran <joao.saffran at microsoft.com>
Co-authored-by: Joao Saffran <{ID}+{username}@users.noreply.github.com>
Co-authored-by: Joao Saffran <jderezende at microsoft.com>
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