[all-commits] [llvm/llvm-project] dd1992: Support lowering of index-cast on vector types.
Arpith Jacob via All-commits
all-commits at lists.llvm.org
Tue Jun 15 12:51:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd1992efd3f1ebbaddc77edafcf17b967cafc1d9
https://github.com/llvm/llvm-project/commit/dd1992efd3f1ebbaddc77edafcf17b967cafc1d9
Author: Arpith C. Jacob <arpith at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
Log Message:
-----------
Support lowering of index-cast on vector types.
The index cast operation accepts vector types. Implement its lowering in this patch.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D104280
More information about the All-commits
mailing list