[PATCH] D69982: PPC: Prepare tests for switch of default denormal-fp-math

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 04:38:58 PST 2019


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

This seems straightforward to me - I assume the constant pool load in the test case is some value denoting the smallest normal value for the type. Then rather than comparing against zero do determine when to return zero, we compare against that value (after taking the absolute value).

So if I understand the test case updates correctly, LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69982/new/

https://reviews.llvm.org/D69982





More information about the llvm-commits mailing list