llvm/docs/CommandGuide
Andrea Di Biagio 72bac317ea [MCA] Add support for printing immedate values as hex. Also enable lexing of masm binary and hex literals.
This patch adds a new llvm-mca flag named -print-imm-hex.

By default, the instruction printer prints immediate operands as decimals. Flag
-print-imm-hex enables the instruction printer to print those operands in hex.

This patch also adds support for MASM binary and hex literal numbers (example
0FFh, 101b).
Added tests to verify the behavior of the new flag. Tests also verify that masm
numeric literal operands are now recognized.

Differential Revision: https://reviews.llvm.org/D65588


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367671 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-02 10:38:25 +00:00
..
2019-07-04 21:19:05 +00:00
2019-07-04 21:19:05 +00:00
2019-07-04 21:19:05 +00:00
2019-07-04 21:19:05 +00:00
2019-07-04 21:19:05 +00:00
2019-07-04 04:41:06 +00:00