[all-commits] [llvm/llvm-project] e82a54: [NFC] [PowerPC] Remove unsafe-fp-math in some tests

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Wed Mar 10 01:31:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e82a54ae87cb65a91f583570636461e7b2046b6f
      https://github.com/llvm/llvm-project/commit/e82a54ae87cb65a91f583570636461e7b2046b6f
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll
    M llvm/test/CodeGen/PowerPC/fdiv-combine.ll
    M llvm/test/CodeGen/PowerPC/fma-mutate-register-constraint.ll
    M llvm/test/CodeGen/PowerPC/unsafe-math.ll
    M llvm/test/CodeGen/PowerPC/vector-rounding-ops.ll
    M llvm/test/CodeGen/PowerPC/vsx-recip-est.ll

  Log Message:
  -----------
  [NFC] [PowerPC] Remove unsafe-fp-math in some tests

As we're going to replace this ambiguous option with more precise
instruction-level fast-math description, some tests need to be updated
and the option doesn't play any role in some of them.




More information about the All-commits mailing list