[all-commits] [llvm/llvm-project] fc61d0: Add inliner interface for GPU dialect
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Tue Jan 11 23:29:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc61d07dc1e1ecd26ff39b7256af9d1b81f1b609
https://github.com/llvm/llvm-project/commit/fc61d07dc1e1ecd26ff39b7256af9d1b81f1b609
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/test/Transforms/inlining.mlir
Log Message:
-----------
Add inliner interface for GPU dialect
Add inliner interface for GPU dialect. The interface marks all GPU
dialect ops legal to inline anywhere.
Differential Revision: https://reviews.llvm.org/D116889
More information about the All-commits
mailing list