[llvm] Add more generic `half` tests (NFC) (PR #157211)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 5 16:24:59 PDT 2025
================
@@ -0,0 +1,21 @@
+; This is the DirectX counterpart to the generic `half.ll` test as DirectX has compilation errors
+; on some operations.
+; RUN: llc %s -o - -mtriple=dxil-pc-shadermodel6.3-library | FileCheck %s
+
+; As this is a graphics target, this just checks that compilation doesn't crash.
+; CHECK: {{.*}}
----------------
beetrees wrote:
Added
https://github.com/llvm/llvm-project/pull/157211
More information about the llvm-commits
mailing list