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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 12:36:13 PST 2023


arsenm added a comment.

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

> The crash is because of `emitIntValue()` having an `assert(Size <= 8)` in it

I mean why do we have emitIntValue at all. Why isn't emitZeros always used?


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