[PATCH] D143515: [AsmPrinter] Add hook to override constant folding for printing.
Krzysztof Drewniak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 11:58:05 PST 2023
krzysz00 added a comment.
The crash is because of `emitIntValue()` having an `assert(Size <= 8)` in it
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