This commit adds support for the "llvm.loop.isvectorized" metadata and
ensures that the unroll followups match llvm's naming.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143730
[mlir][llvm] Adapt loop metadata to match llvm ClosedPublic Authored by Dinistro on Feb 10 2023, 5:22 AM.
Details Summary This commit adds support for the "llvm.loop.isvectorized" metadata and
Diff Detail
Event TimelineHerald added subscribers: • pcwang-thead, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Feb 10 2023, 5:29 AM This revision was landed with ongoing or failed builds.Feb 10 2023, 5:45 AM Closed by commit rG4d7c879d33a2: [mlir][llvm] Adapt loop metadata to match llvm (authored by Dinistro). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496442 mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
mlir/lib/Target/LLVMIR/LoopAnnotationImporter.cpp
mlir/lib/Target/LLVMIR/LoopAnnotationTranslation.cpp
mlir/test/Dialect/LLVMIR/loop-metadata.mlir
mlir/test/Target/LLVMIR/Import/metadata-loop.ll
mlir/test/Target/LLVMIR/loop-metadata.mlir
|