[all-commits] [llvm/llvm-project] 7f249e: [milr][llvm] Add remaining loop metadata support

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Feb 13 00:22:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f249e45eca41dd6030d4600c40a40033afce603
      https://github.com/llvm/llvm-project/commit/7f249e45eca41dd6030d4600c40a40033afce603
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
    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:
  -----------
  [milr][llvm] Add remaining loop metadata support

This commit adds support for the last two loop metadata nodes produced
anywhere in the llvm-project.

Reviewed By: gysit

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




More information about the All-commits mailing list