[all-commits] [llvm/llvm-project] 70c463: [mlir][NFC] Fix `GpuKernelOutliningPass` copy cons...
Daniil Dudkin via All-commits
all-commits at lists.llvm.org
Thu May 12 01:42:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70c463efc8dfb423e31a98c08e01da0079e795dc
https://github.com/llvm/llvm-project/commit/70c463efc8dfb423e31a98c08e01da0079e795dc
Author: Daniil Dudkin <d.dudkin at partner.samsung.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
Log Message:
-----------
[mlir][NFC] Fix `GpuKernelOutliningPass` copy constructor warnings
1. Call copy constructor of the base class
2. Assign value of the option directly
Reviewed By: dcaballe, rriddle
Differential Revision: https://reviews.llvm.org/D125101
More information about the All-commits
mailing list