From 97ef68806fd66e4d5eab81db600cde0c7adbedb2 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 19 Oct 2022 11:50:08 -0500 Subject: [PATCH] [DirectX] Disabling currently failing test The pretty-printer isn't working because the resource analysis isn't properly preservered. --- llvm/test/CodeGen/DirectX/UAVMetadata.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/DirectX/UAVMetadata.ll b/llvm/test/CodeGen/DirectX/UAVMetadata.ll index c513587..4fd3f5e 100644 --- a/llvm/test/CodeGen/DirectX/UAVMetadata.ll +++ b/llvm/test/CodeGen/DirectX/UAVMetadata.ll @@ -1,6 +1,7 @@ ; RUN: opt -S -dxil-metadata-emit < %s | FileCheck %s ; RUN: opt -S --passes="print-dxil-resource" < %s 2>&1 | FileCheck %s --check-prefix=PRINT -; RUN: llc %s --filetype=asm -o - < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,PRINT +; FIX-ME: llc %s --filetype=asm -o - < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,PRINT +; See: https://github.com/llvm/llvm-project/issues/58474 target datalayout = "e-m:e-p:32:32-i1:32-i8:8-i16:16-i32:32-i64:64-f16:16-f32:32-f64:64-n8:16:32:64" target triple = "dxil-pc-shadermodel6.0-compute" -- 2.7.4