diff options
author | Amir Ayupov <aaupov@fb.com> | 2022-06-29 00:59:01 -0700 |
---|---|---|
committer | Amir Ayupov <amir.aupov@gmail.com> | 2022-06-29 00:59:16 -0700 |
commit | a97a79da027211bce150892d1eebf334e526c0d8 (patch) | |
tree | 54bbcb40da17203110c749c20daf6e52f8a14da7 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | b405407a489902c0acfcf936bfda9821a1deb170 (diff) | |
download | llvm-a97a79da027211bce150892d1eebf334e526c0d8.zip llvm-a97a79da027211bce150892d1eebf334e526c0d8.tar.gz llvm-a97a79da027211bce150892d1eebf334e526c0d8.tar.bz2 |
[TableGen] Add a knob for MCOperandInfo expansion in gen-instr-info
Control the MCOperandInfo expansion with `-instr-info-expand-mi-operand-info`.
For X86, this would make it possible to see memory operand type e.g.:
```
/* MOV8rm */
GR8, i8mem,
/* MOV8rm_NOREX */
GR8_NOREX, i8mem_NOREX,
```
The intended use is a follow-up diff D126116 (`getMemOperandSize`).
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D127932
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions