[PATCH] D82663: [CodeGen] Have CodeGen for fixed-point unsigned with padding emit signed operations.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 11:20:55 PDT 2020


rjmccall added a comment.

Can the missing bit just be added?  It seems to me that frontends ought to be able to emit the obvious intrinsic for the semantic operation here rather than having to second-guess the backend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82663





More information about the cfe-commits mailing list