[all-commits] [llvm/llvm-project] 4d7c87: [mlir][llvm] Adapt loop metadata to match llvm
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Fri Feb 10 05:45:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d7c879d33a22a125923449150e493df3dc9fd05
https://github.com/llvm/llvm-project/commit/4d7c879d33a22a125923449150e493df3dc9fd05
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
M mlir/lib/Target/LLVMIR/LoopAnnotationImporter.cpp
M mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
M mlir/test/Dialect/LLVMIR/loop-metadata.mlir
M mlir/test/Target/LLVMIR/Import/metadata-loop.ll
M mlir/test/Target/LLVMIR/loop-metadata.mlir
Log Message:
-----------
[mlir][llvm] Adapt loop metadata to match llvm
This commit adds support for the "llvm.loop.isvectorized" metadata and
ensures that the unroll followups match llvm's naming.
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D143730
More information about the All-commits
mailing list