[llvm] [DXIL] Model DXIL Class and Shader Model association of DXIL Ops in DXIL.td (PR #87803)

Damyan Pepper via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 11:03:31 PDT 2024


================
@@ -1,5 +1,5 @@
 ; RUN: opt -S  -dxil-intrinsic-expansion  < %s | FileCheck %s --check-prefixes=CHECK,EXPCHECK
-; RUN: opt -S  -dxil-op-lower  < %s | FileCheck %s --check-prefixes=CHECK,DOPCHECK
+; RUN: opt -S  -dxil-op-lower  -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s --check-prefixes=CHECK,DOPCHECK
----------------
damyanp wrote:

(just checking) is "library" the right thing to use here, rather than "compute"?  I don't think we're planning on support library shaders properly for a while and I wonder how stable the design is for anything involving them in clang.

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


More information about the llvm-commits mailing list