This generalizes printing beyond just i1,i32,i64 and also accounts
for signed and unsigned interpretation in the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we promote everything to 64 bits to simplify the logic a bit? Otherwise looking good.
Comment Actions
Sounds like a reasonable request, and in line with keeping the support library small.
I will send a follow up CL, also unifying the naming convention in the support lib.