[all-commits] [llvm/llvm-project] 3d075f: [X86] Add test for select folding.
Luo, Yuanke via All-commits
all-commits at lists.llvm.org
Thu May 25 22:01:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d075fe487428e7e3e03422fadf0f0ba501c366d
https://github.com/llvm/llvm-project/commit/3d075fe487428e7e3e03422fadf0f0ba501c366d
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
A llvm/test/CodeGen/X86/vector-bo-select-avx512.ll
Log Message:
-----------
[X86] Add test for select folding.
When avx512 is available the lhs operand of select instruction can be
folded with mask instruction, while the rhs operand can't.
More information about the All-commits
mailing list