[all-commits] [llvm/llvm-project] fa9ac6: [mlir][llvm] Modernize LLVM instruction and global...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Fri Dec 9 02:50:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa9ac61fff1a52e63a4adf14aad936a8de04b6b7
      https://github.com/llvm/llvm-project/commit/fa9ac61fff1a52e63a4adf14aad936a8de04b6b7
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp

  Log Message:
  -----------
  [mlir][llvm] Modernize LLVM instruction and global import (NFC).

Modernize the import of LLVMIR instructions and global variables.
Use longer variable names, factor out code used to import call or
invoke instructions, use the CPP builders for importing branch
instructions, etc. The revision is a preparation for a follow up
revision that moves the import code to implement improved error
handling.

Reviewed By: ftynse

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




More information about the All-commits mailing list