[llvm] 89e02c7 - [test] Update DirectX/min_vec_size.ll after shufflevector mask vector poison change

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 22:30:41 PDT 2023


Author: Fangrui Song
Date: 2023-05-04T22:30:36-07:00
New Revision: 89e02c7aea339a0120f5e0c0c3f6608fb88912aa

URL: https://github.com/llvm/llvm-project/commit/89e02c7aea339a0120f5e0c0c3f6608fb88912aa
DIFF: https://github.com/llvm/llvm-project/commit/89e02c7aea339a0120f5e0c0c3f6608fb88912aa.diff

LOG: [test] Update DirectX/min_vec_size.ll after shufflevector mask vector poison change

Added: 
    

Modified: 
    llvm/test/CodeGen/DirectX/min_vec_size.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/DirectX/min_vec_size.ll b/llvm/test/CodeGen/DirectX/min_vec_size.ll
index 4f73f5ab8301f..ba6e83ea83733 100644
--- a/llvm/test/CodeGen/DirectX/min_vec_size.ll
+++ b/llvm/test/CodeGen/DirectX/min_vec_size.ll
@@ -6,7 +6,7 @@ target triple = "dxil-unknown-shadermodel6.7-library"
 ; Make sure vec combine min vec size is 1 instead of 4 for float.
 ; CHECK:@foo()
 ; CHECK-NEXT:%[[LD:[0-9]+]] = load <1 x float>, ptr @a, align 8
-; CHECK-NEXT:%insert = shufflevector <1 x float> %[[LD]], <1 x float> poison, <2 x i32> <i32 0, i32 undef>
+; CHECK-NEXT:%insert = shufflevector <1 x float> %[[LD]], <1 x float> poison, <2 x i32> <i32 0, i32 poison>
 ; CHECK-NEXT:%shuffle = shufflevector <2 x float> %insert, <2 x float> poison, <2 x i32> zeroinitializer
 ; CHECK-NEXT:ret <2 x float> %shuffle
 


        


More information about the llvm-commits mailing list