[llvm] [DirectX] Add Range Overlap validation (PR #152229)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 13:35:08 PDT 2025
================
@@ -0,0 +1,28 @@
+; RUN: opt -S -passes='dxil-post-optimization-validation' -mtriple=dxil-pc-shadermodel6.6-compute %s
+; expected-no-diagnostics
----------------
bogner wrote:
The `expected-no-diagnostics` syntax is for `clang -verify`. Might be clearer to just write it out in a sentence like "We have a valid root signature, this should compile successfully"
https://github.com/llvm/llvm-project/pull/152229
More information about the llvm-commits
mailing list