[PATCH] D78989: [NFC] [PowerPC] Narrow fast-math flags in tests

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 05:19:37 PDT 2020


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

More precise FMF in tests is appreciated - LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/fma-mutate.ll:1-4
 ; Test several VSX FMA mutation opportunities.  The first one isn't a
 ; reasonable transformation because the killed product register is the
 ; same as the FMA target register.  The second one is legal.  The third
 ; one doesn't fit the feeding-copy pattern.
----------------
This comment does not seem to match the content of this file, so it might be better to update this independently or with a 2nd commit (and auto-generating the complete output would be nice too).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78989





More information about the llvm-commits mailing list