diff options
author | Harald van Dijk <harald@gigawatt.nl> | 2020-12-12 17:05:24 +0000 |
---|---|---|
committer | Harald van Dijk <harald@gigawatt.nl> | 2020-12-12 17:05:24 +0000 |
commit | f61e5ecb919b3901590328e69d3e4a557eefd788 (patch) | |
tree | 0a3704c56eeb9cd2fd0ca4bf7dba5b93b66cbc2b /llvm/utils/UpdateTestChecks/asm.py | |
parent | a4823377fd2f216f7556bf8e60379ca7c5722b57 (diff) | |
download | llvm-f61e5ecb919b3901590328e69d3e4a557eefd788.zip llvm-f61e5ecb919b3901590328e69d3e4a557eefd788.tar.gz llvm-f61e5ecb919b3901590328e69d3e4a557eefd788.tar.bz2 |
[X86] Avoid data16 prefix for lea in x32 mode
The ABI demands a data16 prefix for lea in 64-bit LP64 mode, but not in
64-bit ILP32 mode. In both modes this prefix would ordinarily be
ignored, but the instructions may be changed by the linker to
instructions that are affected by the prefix.
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D93157
Diffstat (limited to 'llvm/utils/UpdateTestChecks/asm.py')
0 files changed, 0 insertions, 0 deletions