[PATCH] D29265: [legalize-types] Remove stale entries from SoftenedFloats.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 08:54:36 PST 2017


fhahn added a comment.

In principle it sounds like a good idea to refactor the code and it indeed seems like the checks could be simplified. The main problem I think is that most of the code in DAGTypeLegalizer has not been touched for a very long time so it may be quite hard to find a reviewer. I think it would be ideal to merge this fix first and merge a bigger refactor later.


https://reviews.llvm.org/D29265





More information about the llvm-commits mailing list