[all-commits] [llvm/llvm-project] 3483fc: [mlir][SPIRVToLLVM] Add shufflevector conversion

Weiwei via All-commits all-commits at lists.llvm.org
Mon Nov 1 08:06:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3483fc5a31179123ffd11494488074683706a492
      https://github.com/llvm/llvm-project/commit/3483fc5a31179123ffd11494488074683706a492
  Author: Weiwei Li <weiwei.li1 at huawei.com>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
    M mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
    M mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir

  Log Message:
  -----------
  [mlir][SPIRVToLLVM] Add shufflevector conversion

Add the shufflevector conversion. It only handles the static, i.e., IntegerAttr, index.

Co-authored: Xinyi Liu <xyliuhelen at gmail.com>

Reviewed by: antiagainst

Differential revision: https://reviews.llvm.org/D112161




More information about the All-commits mailing list