[PATCH] D91962: Add support for STRICT_FSETCC promotion

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 05:39:26 PST 2020


thopre added a comment.

In D91962#2413568 <https://reviews.llvm.org/D91962#2413568>, @uweigand wrote:

> See the two inline comments about STRICT_FSETCCS.  I guess that shows this path is not really exercised right now -- maybe it would be a good idea to add some tests.

The problem is that no target currently promote a STRICT_FSETCC or STRICT_FSETCCS. Our target does which is how I found out the assert failure but I haven't implemented STRICT_FSETCCS yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91962



More information about the llvm-commits mailing list