[PATCH] D62993: [PowerPC] Emit scalar min/max instructions with unsafe fp math
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 23:04:12 PDT 2019
amyk added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/scalar-min-max.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names --enable-unsafe-fp-math \
+; RUN: -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
----------------
jsji wrote:
> Maybe add `RUN` lines for `--enable-no-nans-fp-math`/`-enable-no-signed-zeros-fp-math`?
Maybe also add `-verify-machineinstrs` to our tests?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62993/new/
https://reviews.llvm.org/D62993
More information about the llvm-commits
mailing list