[all-commits] [llvm/llvm-project] 82cd8b: Fix test-rsqrt.mlir to accept AMD's approximation ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Oct 7 21:24:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82cd8b81aad5f33b054e6576b5ee85ceb9063107
      https://github.com/llvm/llvm-project/commit/82cd8b81aad5f33b054e6576b5ee85ceb9063107
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/test-rsqrt.mlir

  Log Message:
  -----------
  Fix test-rsqrt.mlir to accept AMD's approximation of rsqrt as well

These kind of function can behave differently on these X86 chips, there
isn't really "one true answer" so we'll accept both.

Also remove spurious passes and use mattr="avx" to match the instruction
used here.

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




More information about the All-commits mailing list