[all-commits] [llvm/llvm-project] 00b646: [MLIR][GPU] Simplify memcpy of cast
William Moses via All-commits
all-commits at lists.llvm.org
Mon Jun 7 11:01:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00b6463b269f6815a8a110b9208f483e239ce1e2
https://github.com/llvm/llvm-project/commit/00b6463b269f6815a8a110b9208f483e239ce1e2
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
A mlir/test/Dialect/GPU/canonicalize.mlir
Log Message:
-----------
[MLIR][GPU] Simplify memcpy of cast
Introduce a simplification that allows memcpy of a cast to simply use the underlying op
Differential Revision: https://reviews.llvm.org/D103830
More information about the All-commits
mailing list