Skip to content

Commit 1c7540c

Browse files
authored
[DirectX] Add triples to two tests after llvm#97593 (llvm#101779)
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.
1 parent 048cf88 commit 1c7540c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/DirectX/any.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -S -dxil-op-lower < %s | FileCheck %s
1+
; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.0-library < %s | FileCheck %s
22

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

llvm/test/CodeGen/DirectX/lerp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -S -dxil-op-lower < %s | FileCheck %s
1+
; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.0-library < %s | FileCheck %s
22

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

0 commit comments

Comments
 (0)