[all-commits] [llvm/llvm-project] bc81f5: [X86] combineSetCCMOVMSK - fold allof movmskps/mov...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Apr 22 09:07:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc81f5a9733a58e932dfbbf16ee352ed294f6baa
https://github.com/llvm/llvm-project/commit/bc81f5a9733a58e932dfbbf16ee352ed294f6baa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-22 (Sat, 22 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/combine-movmsk-avx.ll
M llvm/test/CodeGen/X86/combine-movmsk.ll
M llvm/test/CodeGen/X86/movmsk-cmp.ll
M llvm/test/CodeGen/X86/vector-compare-all_of.ll
Log Message:
-----------
[X86] combineSetCCMOVMSK - fold allof movmskps/movmskpd -> testps/testpd
Fixes #60007
More information about the All-commits
mailing list