[llvm] [HLSL] Analyze update counter usage (PR #130356)

Ashley Coleman via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 10:02:45 PDT 2025


================
@@ -816,6 +816,8 @@ class OpLowerer {
 PreservedAnalyses DXILOpLowering::run(Module &M, ModuleAnalysisManager &MAM) {
   DXILBindingMap &DBM = MAM.getResult<DXILResourceBindingAnalysis>(M);
   DXILResourceTypeMap &DRTM = MAM.getResult<DXILResourceTypeAnalysis>(M);
+  DXILResourceCounterDirectionMap &DRCDM =
----------------
V-FEXrt wrote:

I switched to a `ModulePass` (which does seem like the right choice) but I still can't remove this line or the Diag won't be raised

https://github.com/llvm/llvm-project/pull/130356


More information about the llvm-commits mailing list