[all-commits] [llvm/llvm-project] b4a516: [mlir] Add LLVM loop codegen options to control so...

Arpith Jacob via All-commits all-commits at lists.llvm.org
Thu Mar 11 07:47:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4a516cc43eaa135e0cb814405f08a69fc8aa893
      https://github.com/llvm/llvm-project/commit/b4a516cc43eaa135e0cb814405f08a69fc8aa893
  Author: Arpith C. Jacob <arpith at google.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir] Add LLVM loop codegen options to control software pipelining

Support specifying the II and disabling pipelining.

Reviewed By: ftynse

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




More information about the All-commits mailing list