[all-commits] [llvm/llvm-project] a8df21: [mlir][complex] Add a `complex.bitcast` operation

Rob Suderman via All-commits all-commits at lists.llvm.org
Thu Jul 6 16:23:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8df21f433d2f7cd267ac6e5581163f15501918b
      https://github.com/llvm/llvm-project/commit/a8df21f433d2f7cd267ac6e5581163f15501918b
  Author: Rob Suderman <suderman at google.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
    M mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
    M mlir/test/Dialect/Complex/canonicalize.mlir
    M mlir/test/Dialect/Complex/invalid.mlir
    M mlir/test/Dialect/Complex/ops.mlir

  Log Message:
  -----------
  [mlir][complex] Add a `complex.bitcast` operation

Converting between a complex<f32> to i64 could be useful for handling interop
between the `arith` and `complex` dialects.

Reviewed By: jpienaar

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




More information about the All-commits mailing list