diff options
author | Arthur Eubanks <aeubanks@google.com> | 2023-12-08 11:09:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 11:09:54 -0800 |
commit | 687e63a2bddf7eb9e91d9d718e48942aca47c631 (patch) | |
tree | 18aaca106a6c3f49ca5cbfc43d15377e47cc3c99 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 2b36d85a3e000793863c67d48880f23c1e6f95eb (diff) | |
download | llvm-687e63a2bddf7eb9e91d9d718e48942aca47c631.zip llvm-687e63a2bddf7eb9e91d9d718e48942aca47c631.tar.gz llvm-687e63a2bddf7eb9e91d9d718e48942aca47c631.tar.bz2 |
[X86] Allow accessing large globals in small code model (#74785)
This removes some assumptions that the small code model will only
reference "near" globals.
There are still some missing optimizations and wrong code sequences, but
I'd like to address those separately. This will require auditing any
checks of the code model in the X86 backend.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions