[PATCH] D70226: Add an option to disable strict float node mutating to an normal float node

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 13:47:36 PST 2019


craig.topper added a comment.

I'm strongly considering making mutation a true operation action like Expand, Legal, Custom, etc. So we can distinquish Expand from "my target doesn't support strict FP yet". The checks for "legal" on the non-strict nodes to guess what we should do, don't work for X86 where we have a lot of Custom handling. The strict fp operations would default to this new operation action instead of Expand.


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

https://reviews.llvm.org/D70226





More information about the llvm-commits mailing list