[all-commits] [llvm/llvm-project] 51a071: Setup OpBuilder to support detached block in loopU...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Apr 1 16:36:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51a07182b3ea48b2a26970b5e145e193e27a8521
      https://github.com/llvm/llvm-project/commit/51a07182b3ea48b2a26970b5e145e193e27a8521
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M mlir/lib/Transforms/Utils/LoopUtils.cpp

  Log Message:
  -----------
  Setup OpBuilder to support detached block in loopUnrollByFactor (NFC)

Setting the builder from a block is looking up for a parent operation
to get a context, instead by setting up the builder with an explicit
context we can support invoking this helper in absence of a parent
operation.




More information about the All-commits mailing list