From 0319711f89ed815b92ab581ed98cc4ace5178135 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 5 Aug 2024 10:16:37 -0700 Subject: [PATCH] [test] Fix DirectX/length_error.ll after #101256 --- llvm/test/CodeGen/DirectX/length_error.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/DirectX/length_error.ll b/llvm/test/CodeGen/DirectX/length_error.ll index 952c9155b25998..e1899c8deb5157 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: