[llvm] 0319711 - [test] Fix DirectX/length_error.ll after #101256
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 10:16:41 PDT 2024
Author: Fangrui Song
Date: 2024-08-05T10:16:37-07:00
New Revision: 0319711f89ed815b92ab581ed98cc4ace5178135
URL: https://github.com/llvm/llvm-project/commit/0319711f89ed815b92ab581ed98cc4ace5178135
DIFF: https://github.com/llvm/llvm-project/commit/0319711f89ed815b92ab581ed98cc4ace5178135.diff
LOG: [test] Fix DirectX/length_error.ll after #101256
Added:
Modified:
llvm/test/CodeGen/DirectX/length_error.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/DirectX/length_error.ll b/llvm/test/CodeGen/DirectX/length_error.ll
index 952c9155b2599..e1899c8deb515 100644
--- a/llvm/test/CodeGen/DirectX/length_error.ll
+++ b/llvm/test/CodeGen/DirectX/length_error.ll
@@ -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:
More information about the llvm-commits
mailing list