[all-commits] [llvm/llvm-project] 5ec59f: [mlir][AVX512] Fix result type of vp2intersect
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Jan 30 19:06:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ec59f021ceb09cff32c0fb4c24310362d08ea63
https://github.com/llvm/llvm-project/commit/5ec59f021ceb09cff32c0fb4c24310362d08ea63
Author: Matthias Springer <springerm at google.com>
Date: 2021-01-31 (Sun, 31 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/AVX512/AVX512.td
M mlir/test/Conversion/AVX512ToLLVM/convert-to-llvm.mlir
M mlir/test/Dialect/AVX512/roundtrip.mlir
Log Message:
-----------
[mlir][AVX512] Fix result type of vp2intersect
The result values of vp2intersect are vectors of bits, i.e.,
vector<8xi1> or vector<16xi8> (instead of i8 or i16).
Differential Revision: https://reviews.llvm.org/D95678
More information about the All-commits
mailing list