Skip to content

Commit

Permalink
[test] Fix DirectX/length_error.ll after #101256
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Aug 5, 2024
1 parent 834ad10 commit 0319711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/DirectX/length_error.ll
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; RUN: not opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s

; DXIL operation length does not support double overload type
; CHECK: LLVM ERROR: Invalid Overload
; CHECK: Cannot create Sqrt operation: Invalid overload type

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

0 comments on commit 0319711

Please sign in to comment.