[all-commits] [llvm/llvm-project] ed8222: [mlir] [VectorOps] Implement vector tuple get folding
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jan 23 14:15:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed8222b2ca759ea7e1648722b1a5ea291c64d697
https://github.com/llvm/llvm-project/commit/ed8222b2ca759ea7e1648722b1a5ea291c64d697
Author: aartbik <ajcbik at google.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M mlir/include/mlir/Dialect/VectorOps/VectorOps.td
M mlir/lib/Dialect/VectorOps/VectorOps.cpp
M mlir/test/Dialect/VectorOps/vector-transforms.mlir
Log Message:
-----------
[mlir] [VectorOps] Implement vector tuple get folding
Summary: Rewrites get-i tup<a1,...,an> into ai
Reviewers: nicolasvasilache, rriddle, andydavis1
Reviewed By: nicolasvasilache, rriddle, andydavis1
Subscribers: merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73213
More information about the All-commits
mailing list