[llvm] [DirectX] generate resource table for PSV part (PR #106607)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 16:00:54 PDT 2024


================
@@ -0,0 +1,93 @@
+; RUN: llc %s --filetype=obj -o - | obj2yaml | FileCheck %s --check-prefix=DXC
----------------
bogner wrote:

Why use a `DXC` check prefix here? When there's only one just using `CHECK` seems simpler.

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


More information about the llvm-commits mailing list