[all-commits] [llvm/llvm-project] abb9cb: [X86][SSE] Add tests for non-constant bool vector ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Mar 19 06:28:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abb9cbb22e993bb8af1be592f527eae3c48ebcbd
https://github.com/llvm/llvm-project/commit/abb9cbb22e993bb8af1be592f527eae3c48ebcbd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M llvm/test/CodeGen/X86/movmsk-cmp.ll
Log Message:
-----------
[X86][SSE] Add tests for non-constant bool vector extractions
We should be able to perform this with MOVMSK+TEST/BT instead of spilling to stack
More information about the All-commits
mailing list