The result values of vp2intersect are vectors of bits, i.e.,
vector<8xi1> or vector<16xi8> (instead of i8 or i16).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95678
[mlir][AVX512] Fix result type of vp2intersect: vector of bits ClosedPublic Authored by springerm on Jan 29 2021, 5:59 AM.
Details Summary The result values of vp2intersect are vectors of bits, i.e.,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 29 2021, 6:57 AM springerm added a child revision: D95732: [mlir] Add translation parameter to mlir-cpu-runner..Jan 30 2021, 1:26 AM Closed by commit rG5ec59f021ceb: [mlir][AVX512] Fix result type of vp2intersect (authored by springerm). · Explain WhyJan 30 2021, 7:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320120 mlir/include/mlir/Dialect/AVX512/AVX512.td
mlir/test/Conversion/AVX512ToLLVM/convert-to-llvm.mlir
mlir/test/Dialect/AVX512/roundtrip.mlir
|