[all-commits] [llvm/llvm-project] d34df5: Implement FPToUI and UIToFP ops in standard dialect

Mars Saxman via All-commits all-commits at lists.llvm.org
Wed Aug 19 13:49:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d34df52377fda5452a8c244a8378957eaed66700
      https://github.com/llvm/llvm-project/commit/d34df52377fda5452a8c244a8378957eaed66700
  Author: Mars Saxman <mars.saxman at intel.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir

  Log Message:
  -----------
  Implement FPToUI and UIToFP ops in standard dialect

Add the unsigned complements to the existing FPToSI and SIToFP operations in the
standard dialect, with one-to-one lowerings to the corresponding LLVM operations.

Reviewed By: ftynse

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




More information about the All-commits mailing list