summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fmf-propagation.ll
Commit message (Collapse)AuthorAgeFilesLines
* Propagate fmf for setcc in SDAG for select foldsMichael Berg2019-06-031-0/+8
| | | | llvm-svn: 362448
* Fast Math Flag mapping into SDNodeMichael Berg2018-05-041-5/+3
| | | | | | | | | | | | | | Summary: Adding support for Fast flags in the SDNode to leverage fast math sub flag usage. Reviewers: spatel, arsenm, jbhateja, hfinkel, escha, qcolombet, echristo, wristow, javed.absar Reviewed By: spatel Subscribers: llvm-commits, rampitec, nhaehnle, tstellar, FarhanaAleen, nemanjai, javed.absar, jbhateja, hfinkel, wdng Differential Revision: https://reviews.llvm.org/D45710 llvm-svn: 331547
* [DAG] add test to show FMF mismatch between IR and DAG; NFCSanjay Patel2018-05-011-0/+32
D45710 proposes to change this, but we have no test coverage for the first step in this process. llvm-svn: 331271
OpenPOWER on IntegriCloud