[PATCH] D69982: PPC: Prepare tests for switch of default denormal-fp-math
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 06:58:33 PST 2019
spatel added a comment.
LGTM, but someone closer to PPC should approve officially.
================
Comment at: llvm/test/CodeGen/PowerPC/qpx-recipest.ll:303
define <4 x double> @foo3_fmf(<4 x double> %a) nounwind {
; CHECK-LABEL: foo3_fmf:
----------------
Is the intent to leave this file as-is (no explicit denormal attributes) to show default behavior? Alternatively, we could specify the attribute and decouple this patch from the other patches in this series?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69982/new/
https://reviews.llvm.org/D69982
More information about the llvm-commits
mailing list