[all-commits] [llvm/llvm-project] 9f1390: [mlir][llvm] Use tablegen to import atomic ops fro...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Fri Oct 14 05:26:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f13900371c49c030ce5432a20d730c8a8246e44
      https://github.com/llvm/llvm-project/commit/9f13900371c49c030ce5432a20d730c8a8246e44
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/test/Target/LLVMIR/Import/basic.ll
    M mlir/test/Target/LLVMIR/Import/instructions.ll

  Log Message:
  -----------
  [mlir][llvm] Use tablegen to import atomic ops from LLVM IR.

The revision imports the atomic operations using
tablegen generated builders. Additionally, it moves their tests to
the instructions.ll test file.

Depends on D135880

Reviewed By: ftynse

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




More information about the All-commits mailing list