[PATCH] D44128: [GISel]: Add helpers for easy building G_FCONSTANT along with matchers

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 17:59:37 PST 2018


aditya_nandakumar added a comment.

Perhaps we could add some checks to make sure that the user is not building a larger floating point constant into a register of smaller type under Asserts. Not sure if that's ever a valid use case - but if it's not I'll definitely add that bit.


Repository:
  rL LLVM

https://reviews.llvm.org/D44128





More information about the llvm-commits mailing list