[all-commits] [llvm/llvm-project] 2d3eb4: [mlir][vulkan-runner] Fix createLowerToLLVMPass in...

Lei Zhang via All-commits all-commits at lists.llvm.org
Tue Apr 7 09:56:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d3eb493d418c415b9d204afd5fb9e5ff8eeec99
      https://github.com/llvm/llvm-project/commit/2d3eb493d418c415b9d204afd5fb9e5ff8eeec99
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M mlir/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp

  Log Message:
  -----------
  [mlir][vulkan-runner] Fix createLowerToLLVMPass interface

createLowerToLLVMPass() now requires a struct for passing in arguments
after 7023f4b4cb0157d95d98f32ace247acd9fc7b80a.


  Commit: 47b234944dc063daf61d3e72e6b603ba9615baf0
      https://github.com/llvm/llvm-project/commit/47b234944dc063daf61d3e72e6b603ba9615baf0
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    M mlir/test/Dialect/SPIRV/Serialization/phi.mlir

  Log Message:
  -----------
  [mlir][spirv] Fix wrong Phi parent block for back-to-back loops

If we have two back-to-back loops with block arguments, the OpPhi
instructions generated for the second loop's block arguments should
have use the merge block of the first SPIR-V loop structure as
their incoming parent block.

Differential Revision: https://reviews.llvm.org/D77543


Compare: https://github.com/llvm/llvm-project/compare/b281138a1b67...47b234944dc0


More information about the All-commits mailing list