[PATCH] D80357: [NFC] [PowerPC] Clean-up fast-math options in PPC tests

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 22:33:57 PDT 2020


qiucf created this revision.
qiucf added reviewers: steven.zhang, ZhangKang, jsji, nemanjai, PowerPC.
Herald added subscribers: llvm-commits, shchenz.
Herald added a project: LLVM.

This patch removes use of these options:

- `--enable-no-infs-fp-math`
- `--enable-no-nans-fp-math`
- `--enable-no-signed-zeros-fp-math`

They can be replaced by instruction-level fast-math flags.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80357

Files:
  llvm/test/CodeGen/PowerPC/change-no-infs.ll
  llvm/test/CodeGen/PowerPC/fma-combine.ll
  llvm/test/CodeGen/PowerPC/fmf-propagation.ll
  llvm/test/CodeGen/PowerPC/fsel.ll
  llvm/test/CodeGen/PowerPC/scalar-equal.ll
  llvm/test/CodeGen/PowerPC/scalar-min-max.ll
  llvm/test/CodeGen/PowerPC/scalar_cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80357.265419.patch
Type: text/x-patch
Size: 58076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/77313724/attachment.bin>


More information about the llvm-commits mailing list