[all-commits] [llvm/llvm-project] 320969: [X86] LowerVectorAllZero - add 512-bit support wit...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 23 06:37:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 320969f5058bfffd6517c36771b46ac4a447c7ee
https://github.com/llvm/llvm-project/commit/320969f5058bfffd6517c36771b46ac4a447c7ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/ptest.ll
M llvm/test/CodeGen/X86/vector-reduce-or-cmp.ll
Log Message:
-----------
[X86] LowerVectorAllZero - add 512-bit support with AVX512 vptestnmd+kortestw patterns (REAPPLIED)
Another step toward #53419 - this is also another step towards expanding MatchVectorAllZeroTest to match any pair of vectors and merge EmitAVX512Test into it.
More information about the All-commits
mailing list