[PATCH] D150605: LLT: Add some stub constructors for FP types

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 09:51:31 PDT 2023


bogner added a comment.

I think this is a reasonable thing to do assuming we're going in the direction of having FP info in the LLT rather than the ops (As was my suggestion way back here: https://discourse.llvm.org/t/rfc-globalisel-representing-fp-types-in-llt/57162). The main downside is that since it's just the API without any semantics with this change it could make things hard to debug if someone gets them wrong, but it's probably still better than having to migrate wholesale from having no types at all.


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

https://reviews.llvm.org/D150605



More information about the llvm-commits mailing list