Skip to content

Commit

Permalink
[X86] Update avx512vbmi2vl intrinsic tests to avoid adds
Browse files Browse the repository at this point in the history
As noticed in D119654, by adding the masked intrinsics results together
we can end up with the selects being canonicalized away from the
intrinsic - this isn't what we want to test here so replace with a
insertvalue chain into a aggregate instead to retain all the results.

Differential Revision: https://reviews.llvm.org/D121563
  • Loading branch information
LuoYuanke committed Mar 14, 2022
1 parent 1643f01 commit ec06edc
Showing 1 changed file with 254 additions and 226 deletions.

0 comments on commit ec06edc

Please sign in to comment.