match.pd
34.3 KB
-
re PR other/63387 (Optimize pairs of isnan() calls into a single isunordered()) · cfdc4f33
2015-04-14 Marc Glisse <marc.glisse@inria.fr> PR tree-optimization/63387 gcc/ * match.pd ((x unord x) | (y unord y) -> (x unord y), (x unord x) | (x unord y) -> (x unord y)): New simplifications. gcc/testsuite/ * gcc.dg/pr63387.c: New testcase. From-SVN: r222077
Marc Glisse committed