diff options
author | Craig Topper <craig.topper@intel.com> | 2020-08-01 13:25:18 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-08-01 13:26:35 -0700 |
commit | e297d928dcde31ac92eff72532095f4f657f2ebd (patch) | |
tree | 7720a7ae489a5940fa485bfedba7efc4a7df2a42 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 85b5315dbe9d52766ab326e702d638fcf58579b5 (diff) | |
download | llvm-e297d928dcde31ac92eff72532095f4f657f2ebd.zip llvm-e297d928dcde31ac92eff72532095f4f657f2ebd.tar.gz llvm-e297d928dcde31ac92eff72532095f4f657f2ebd.tar.bz2 |
[X86] Add assembler support for {disp8} and {disp32} to control the size of displacement used for memory operands.
These prefixes should override the default behavior and force a larger immediate size. I don't believe gas issues any warning if you use {disp8} when a 32-bit displacement is already required. And this patch doesn't either.
This completes the {disp8} and {disp32} support from PR46650.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D84793
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions