This is an archive of the discontinued LLVM Phabricator instance.

[mips] Use `formatImm` call to print immediate value in the `MipsInstPrinter`
ClosedPublic

Authored by atanasyan on Mar 15 2016, 1:28 PM.

Details

Summary

That allows, for example, to print hex-formatted immediates using llvm-objdump --print-imm-hex command line option.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 50763.Mar 15 2016, 1:28 PM
atanasyan retitled this revision from to [mips] Use `formatImm` call to print immediate value in the `MipsInstPrinter`.
atanasyan updated this object.
atanasyan added a reviewer: dsanders.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: llvm-commits.
dsanders accepted this revision.Mar 16 2016, 2:39 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 16 2016, 2:39 AM
This revision was automatically updated to reflect the committed changes.