Skip to content

Commit 0319711

Browse files
committed
[test] Fix DirectX/length_error.ll after #101256
1 parent 834ad10 commit 0319711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/DirectX/length_error.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: not opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s
22

33
; DXIL operation length does not support double overload type
4-
; CHECK: LLVM ERROR: Invalid Overload
4+
; CHECK: Cannot create Sqrt operation: Invalid overload type
55

66
define noundef double @test_length_double2(<2 x double> noundef %p0) {
77
entry:

0 commit comments

Comments
 (0)