[all-commits] [llvm/llvm-project] 1a4238: [X86] Update avx512vbmi2 intrinsic tests to avoid ...
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Tue Mar 8 00:46:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a423831a6414a7c79392789b5d40a6022c75ca7
https://github.com/llvm/llvm-project/commit/1a423831a6414a7c79392789b5d40a6022c75ca7
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M llvm/test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll
Log Message:
-----------
[X86] Update avx512vbmi2 intrinsic tests to avoid adds
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/D121188
More information about the All-commits
mailing list