[all-commits] [llvm/llvm-project] acce0e: [mlir][AVX512] Add mask.compress to AVX512 dialect.
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Mar 5 17:03:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acce0ea70c11a215fb8814aa6779953a84eea3e0
https://github.com/llvm/llvm-project/commit/acce0ea70c11a215fb8814aa6779953a84eea3e0
Author: Matthias Springer <springerm at google.com>
Date: 2021-03-06 (Sat, 06 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/AVX512/AVX512.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMAVX512.td
M mlir/lib/Conversion/AVX512ToLLVM/ConvertAVX512ToLLVM.cpp
M mlir/lib/Dialect/AVX512/IR/AVX512Dialect.cpp
M mlir/test/Conversion/AVX512ToLLVM/convert-to-llvm.mlir
M mlir/test/Dialect/AVX512/roundtrip.mlir
A mlir/test/Integration/Dialect/Vector/CPU/AVX512/test-mask-compress.mlir
M mlir/test/Integration/Dialect/Vector/CPU/AVX512/test-vp2intersect-i32.mlir
M mlir/test/Target/avx512.mlir
Log Message:
-----------
[mlir][AVX512] Add mask.compress to AVX512 dialect.
Adds mask.compress to the AVX512 dialect and defines a lowering to the LLVM dialect.
Differential Revision: https://reviews.llvm.org/D97611
More information about the All-commits
mailing list