[llvm] [DirectX] Add support for heap resources to `DXILResourceMap` (PR #216454)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 12:55:21 PDT 2026


================
@@ -1,6 +1,6 @@
 ; RUN: opt -S -dxil-translate-metadata < %s | FileCheck %s
 ; RUN: opt -S --passes="dxil-pretty-printer" < %s 2>&1 | FileCheck %s --check-prefix=PRINT
-; RUN: llc %s -o - -disable-dxil-remove-unused-resources < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,PRINT
+; RUN: llc %s -o - -disable-dxil-remove-unused-resources -stop-before=dxil-op-lower 2>&1 | FileCheck %s --check-prefixes=CHECK,PRINT
----------------
bogner wrote:

This is probably fine, but why do we need to stop before op lowering now?

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


More information about the llvm-commits mailing list