[llvm] [DirectX][NFC] Model precise overload type specification of DXIL Ops (PR #83917)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 09:54:00 PST 2024


================
@@ -0,0 +1,14 @@
+; RUN: not opt -S -dxil-op-lower %s 2>&1 | FileCheck %s
+
+; This test is expected to fail with the following error
----------------
bogner wrote:

This comment doesn't really add any information to the check for "LLVM ERROR". Maybe a comment like "DXIL does not support overloads of `sin` for doubles" would be more helpful.

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


More information about the llvm-commits mailing list