[all-commits] [llvm/llvm-project] 597cde: [mlir][spirv] Implement SPIR-V lowering for `vecto...
Angel Zhang via All-commits
all-commits at lists.llvm.org
Thu Jun 13 14:17:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 597cde155a008364c83870b24306fbae93e80cf8
https://github.com/llvm/llvm-project/commit/597cde155a008364c83870b24306fbae93e80cf8
Author: Angel Zhang <anzhouzhang913 at gmail.com>
Date: 2024-06-13 (Thu, 13 Jun 2024)
Changed paths:
M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
M mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Implement SPIR-V lowering for `vector.deinterleave` (#95313)
1. Added a conversion for `vector.deinterleave` to the `VectorToSPIRV`
pass.
2. Added LIT tests for the new conversion.
---------
Co-authored-by: Jakub Kuderski <kubakuderski at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list