[all-commits] [llvm/llvm-project] 8eadbe: [HLSL] Diagnose overlapping resource bindings (#14...
Helena Kotas via All-commits
all-commits at lists.llvm.org
Fri May 30 13:22:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8eadbea8e3aac52608880f0e0ae64e8403f2609f
https://github.com/llvm/llvm-project/commit/8eadbea8e3aac52608880f0e0ae64e8403f2609f
Author: Helena Kotas <hekotas at microsoft.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/include/llvm/Analysis/DXILResource.h
M llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp
A llvm/test/CodeGen/DirectX/Binding/binding-overlap-1.ll
A llvm/test/CodeGen/DirectX/Binding/binding-overlap-2.ll
A llvm/test/CodeGen/DirectX/Binding/binding-overlap-3.ll
A llvm/test/CodeGen/DirectX/Binding/binding-overlap-4.ll
A llvm/test/CodeGen/DirectX/Binding/binding-overlap-5.ll
M llvm/test/CodeGen/DirectX/ShaderFlags/typed-uav-load-additional-formats.ll
Log Message:
-----------
[HLSL] Diagnose overlapping resource bindings (#140982)
Adds reporting of overlapping binding errors to `DXILPostOptimizationValidation` pass. Only runs when `DXILResourceBindingAnalysis` detects that there is a resource binding that overlaps while it is building up a map of available register spaces.
Fixes #110723
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