[all-commits] [llvm/llvm-project] e1364f: Replace use of OperationState with builder::create...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Mar 11 16:14:26 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e1364f10684be374783eb5ec5490a48d5c31ec53
      https://github.com/llvm/llvm-project/commit/e1364f10684be374783eb5ec5490a48d5c31ec53
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp

  Log Message:
  -----------
  Replace use of OperationState with builder::create in GPU Kernel Outlining (NFC)

OperationState is a low level API that is rarely indicated, the builder
API convenient wrapper is preferred when possible.




More information about the All-commits mailing list