This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Fix `GpuKernelOutliningPass` copy constructor warnings
ClosedPublic

Authored by unterumarmung on May 6 2022, 8:44 AM.

Details

Summary
  1. Call copy constructor of the base class
  2. Assign value of the option directly

Diff Detail

Event Timeline

unterumarmung created this revision.May 6 2022, 8:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
unterumarmung requested review of this revision.May 6 2022, 8:44 AM
rriddle accepted this revision.May 11 2022, 9:00 AM
This revision is now accepted and ready to land.May 11 2022, 9:00 AM
dcaballe accepted this revision.May 11 2022, 9:44 AM
unterumarmung edited the summary of this revision. (Show Details)May 12 2022, 1:24 AM