Skip to content

Commit

Permalink
[DirectX] Add triples to two tests after llvm#97593 (llvm#101779)
Browse files Browse the repository at this point in the history
As of cdfd884 "[DXIL] Add DXIL version-specific TableGen
specification and implementation of DXIL Ops (llvm#97593)", all of these
tests need to specify triples.
  • Loading branch information
bogner authored and banach-space committed Aug 7, 2024
1 parent ba6a9be commit cdf80db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/DirectX/any.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: opt -S -dxil-op-lower < %s | FileCheck %s
; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.0-library < %s | FileCheck %s

; Make sure dxil operation function calls for any are generated for float and half.

Expand Down
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/DirectX/lerp.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: opt -S -dxil-op-lower < %s | FileCheck %s
; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.0-library < %s | FileCheck %s

; Make sure dxil operation function calls for lerp are generated for float and half.

Expand Down

0 comments on commit cdf80db

Please sign in to comment.