[all-commits] [llvm/llvm-project] 6c6edd: [mlir] Lower complex.power and complex.rsqrt to st...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Wed Jun 8 10:54:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c6eddb6172f910c7e38d1327e5c6493b62c2950
      https://github.com/llvm/llvm-project/commit/6c6eddb6172f910c7e38d1327e5c6493b62c2950
  Author: bixia1 <bixia at google.com>
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
    M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
    M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
    M mlir/test/Integration/Dialect/Complex/CPU/correctness.mlir

  Log Message:
  -----------
  [mlir] Lower complex.power and complex.rsqrt to standard dialect.

Add conversion tests and correctness tests.

Reviewed By: pifon2a

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




More information about the All-commits mailing list