[PATCH] D61321: [globalisel] Allow SrcOp to convert an APInt and render it as an immediate operand (MO.isImm() == true)

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 11:33:22 PDT 2019


aditya_nandakumar added a comment.

In D61321#1546581 <https://reviews.llvm.org/D61321#1546581>, @arsenm wrote:

> How terrible would it be to use APInt as the interface type, but then store it as int64_t?


That seems like a good compromise to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61321





More information about the llvm-commits mailing list