[all-commits] [llvm/llvm-project] 3a0c1d: [X86] combineSetCCMOVMSK - fold anyof/noneof movms...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Apr 14 07:38:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a0c1d5ab9f938f615308436fb9572b3fdab7f24
https://github.com/llvm/llvm-project/commit/3a0c1d5ab9f938f615308436fb9572b3fdab7f24
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx-win64.ll
M llvm/test/CodeGen/X86/bitcast-vector-bool.ll
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-any_of.ll
M llvm/test/CodeGen/X86/vector-reduce-or-bool.ll
Log Message:
-----------
[X86] combineSetCCMOVMSK - fold anyof/noneof movmskps/movmskpd -> testps/testpd
Another part of Issue #60007
More information about the All-commits
mailing list