[all-commits] [llvm/llvm-project] 69a3c9: [mlir][spirv] Support sub-byte element vector exte...

Lei Zhang via All-commits all-commits at lists.llvm.org
Sat Aug 12 18:43:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69a3c9cddf1919b7caaa625efa1829cd5628bf10
      https://github.com/llvm/llvm-project/commit/69a3c9cddf1919b7caaa625efa1829cd5628bf10
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2023-08-12 (Sat, 12 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
    M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp
    M mlir/test/Conversion/ArithToSPIRV/arith-to-spirv.mlir
    M mlir/test/Conversion/FuncToSPIRV/types-to-spirv.mlir

  Log Message:
  -----------
  [mlir][spirv] Support sub-byte element vector extension/truncation

This would mean allowing vector type conversion involving sub-byte
element types.

Reviewed By: kuhar

Differential Revision: https://reviews.llvm.org/D157791




More information about the All-commits mailing list