[llvm] 787f300 - [X86] Pre-commit test case for D152227.

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 23:57:18 PDT 2023


Author: Luo, Yuanke
Date: 2023-06-06T14:56:45+08:00
New Revision: 787f3008be6890f916be2bd0ae4deecb5d4b8e53

URL: https://github.com/llvm/llvm-project/commit/787f3008be6890f916be2bd0ae4deecb5d4b8e53
DIFF: https://github.com/llvm/llvm-project/commit/787f3008be6890f916be2bd0ae4deecb5d4b8e53.diff

LOG: [X86] Pre-commit test case for D152227.

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/combine-movmsk-avx.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/combine-movmsk-avx.ll b/llvm/test/CodeGen/X86/combine-movmsk-avx.ll
index 7897b0a3e4a89..871703de6e9f8 100644
--- a/llvm/test/CodeGen/X86/combine-movmsk-avx.ll
+++ b/llvm/test/CodeGen/X86/combine-movmsk-avx.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx | FileCheck %s --check-prefixes=CHECK,AVX1
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=CHECK,AVX2
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=ADL
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=alderlake | FileCheck %s --check-prefixes=ADL
 
 declare i32 @llvm.x86.avx.movmsk.pd.256(<4 x double>)
 declare i32 @llvm.x86.avx.movmsk.ps.256(<8 x float>)


        


More information about the llvm-commits mailing list