[all-commits] [llvm/llvm-project] 4a2930: [mlir] Add loop codegen options to some LLVM diale...
Arpith Jacob via All-commits
all-commits at lists.llvm.org
Thu Mar 4 00:02:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a2930f4950dbeacaf4da6fe9445215934296cce
https://github.com/llvm/llvm-project/commit/4a2930f4950dbeacaf4da6fe9445215934296cce
Author: Arpith C. Jacob <arpith at google.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMDialect.h
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Dialect/LLVMIR/roundtrip.mlir
M mlir/test/Target/llvmir.mlir
Log Message:
-----------
[mlir] Add loop codegen options to some LLVM dialect ops.
Add a Loop Option attribute and generate llvm metadata attached to
branch instructions to control code generation.
Reviewed By: ftynse, mehdi_amini
Differential Revision: https://reviews.llvm.org/D96820
More information about the All-commits
mailing list