[llvm] [DirectX] Remove unused global variables (PR #149184)

Deric C. via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 14:53:04 PDT 2025


================
@@ -1,10 +1,17 @@
 ; RUN: opt -S -dxil-finalize-linkage -mtriple=dxil-unknown-shadermodel6.5-compute %s | FileCheck %s
-; RUN: llc %s --filetype=asm -o - | FileCheck %s --check-prefixes=CHECK-LLC
+; TODO: Add back the llc test once #149179 and #149180 are fixed
----------------
Icohedron wrote:

These are fixed now.

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


More information about the llvm-commits mailing list