[PATCH] D33185: Fix m_[Ord|Unord][FMin|FMax] matchers to correctly match ordering.

Andrei Elovikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 09:13:56 PDT 2017


a.elovikov added a comment.

In https://reviews.llvm.org/D33185#778032, @spatel wrote:

> Sorry for the delay. Can this bug be exposed with an IR transform or a codegen test?


I am not aware of such cases. I've faced that when working on https://reviews.llvm.org/D33186 but later decided to work with fast math only there. But I believe that this is still useful to fix. At least someone else won't be surprised by it.


https://reviews.llvm.org/D33185





More information about the llvm-commits mailing list