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.
Paths
| Differential D80357
[NFC] [PowerPC] Clean-up fast-math options in PPC tests AbandonedPublic Authored by qiucf on May 20 2020, 10:10 PM.
Details
Summary This patch removes use of these options:
They can be replaced by instruction-level fast-math flags.
Diff Detail
Event TimelineComment Actions I don't think we should remove all the options from the tests. Yes, they can be and should be replaced by instruction level flags, but the options are still supported. This revision now requires changes to proceed.May 21 2020, 6:53 AM
Revision Contents
Diff 265419 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
|