[llvm] [DirectX] Add Range Overlap validation (PR #152229)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 09:30:03 PDT 2025
================
@@ -99,6 +100,8 @@ enum class SamplerFeedbackType : uint32_t {
const unsigned MinWaveSize = 4;
const unsigned MaxWaveSize = 128;
+StringRef getResourceClassName(ResourceClass RC);
----------------
inbelic wrote:
You should be able to use the recently landed function defined here in tangent with `enumToStringRef`: https://github.com/llvm/llvm-project/pull/152213
https://github.com/llvm/llvm-project/pull/152229
More information about the llvm-commits
mailing list