xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/pr17546.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -mtriple=x86_64-linux-gnu -mcpu=core-avx2 | FileCheck %s
2
3define i32 @f_f___un_3C_unf_3E_un_3C_unf_3E_(<8 x i32> %__mask, i64 %BBBB) {
4  %QQQ = trunc i64 %BBBB to i32
5  %1 = extractelement <8 x i32> %__mask, i32 %QQQ
6  ret i32 %1
7}
8
9; CHECK: f_f___un_3C_unf_3E_un_3C_unf_3E_
10; CHECK: ret
11