[PATCH] D143515: [AsmPrinter] Add hook to override constant folding for printing.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 03:27:01 PDT 2023


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

In D143515#4132519 <https://reviews.llvm.org/D143515#4132519>, @krzysz00 wrote:

> Having done some looking, I don't think that it's trivial to add bigint support to `MCExpr`, since that would mean that the MC emitting infrastructure would need to know the target endianness, which it doesn't look like it does.

This doesn't make any sense, of course it has to know the endianness? The endianness is the most global of flags in the TM and DataLayout


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143515



More information about the llvm-commits mailing list