[llvm] [DirectX] Add Resource uses to Resource Handle map in DXILResourceMap (PR #112798)
Joshua Batista via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 11:07:38 PST 2024
================
@@ -0,0 +1,48 @@
+; RUN: opt -S -disable-output -disable-output -passes="print<dxil-resource>,dxil-op-lower,print<dxil-resource>" -mtriple=dxil-pc-shadermodel6.6-compute < %s 2>&1 | FileCheck %s -check-prefixes=CHECK,CHECK_SM66
----------------
bob80905 wrote:
looks like you have -disable-output twice for no reason ?
This also is the case in the other .ll file.
https://github.com/llvm/llvm-project/pull/112798
More information about the llvm-commits
mailing list