================ @@ -0,0 +1,37 @@ +; RUN: opt -S -passes=dxil-translate-metadata,dxil-op-lower %s | FileCheck %s + +target triple = "dxil-pc-shadermodel6.6-pixel" + +declare void @use_float4(<4 x float>) + +; Test that a Texture2DArray handle gets ResourceKind::Texture2DArray metadata. ---------------- tcorringham wrote:
Added the missing metadata CHECKs. https://github.com/llvm/llvm-project/pull/203951 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
